Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use npmcdn.com instead of commiting build artifacts into git #478

Closed
esamattis opened this issue Jan 15, 2016 · 1 comment · Fixed by #481
Closed

Use npmcdn.com instead of commiting build artifacts into git #478

esamattis opened this issue Jan 15, 2016 · 1 comment · Fixed by #481

Comments

@esamattis
Copy link
Owner

Keeping build artifacts in git is bad for so many reasons...

To do this we can just remove the dist from git and create it on npm prepublish hook.

Old school users can then just download the bundle from

https://npmcdn.com/underscore.string@3.2.2/dist/underscore.string.min.js

or even stick it to script tag directly.

@stoeffel
Copy link
Collaborator

SGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants