Minify pjax.js #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should add a minified version of
pjax.jsto the NPM package, to reduce the bandwith required for anyone linking to it directly (using unpkg.com).jsDelivr can auto-minify css and js files. Check it out http://cdn.jsdelivr.net/npm/pjax@0.2.4/pjax.min.js
Cool. Maybe we should suggest this in the README for the unminified version as well, instead of Unpkg.
Can be added to npm package, but imo should not be versionned (can quickly become a pain to maintain). You can exclude with gitignore but include with npm package.json/files section.
Do you mean it shouldn't be committed to Github?
Exactly.