marked
marked copied to clipboard
Why is the minified build in version control?
I noticed that the marked.min.js file was updated by a bot a couple of days ago, while the last time it was updated before was 7 years earlier. Could this be a mistake? Maybe this file was never intended to make it into VC?
This is probably something we should remove in the future but it is in version control so people can use it with a script tag.
<script src="https://cdn.jsdelivr.net/gh/markedjs/marked/marked.min.js"></script>
I don't know where jsdelivr takes the files from, but unpkg, for instance, takes them from the npm package, which makes sense and keeps the VC free of build files
jsdelivr can use the github repo or npm package. We could deprecate building in the repo and only allow the npm package.
Marked also uses it in the Demo for referencing certain commits