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

assets versioning #59

Closed
jvillasante opened this issue Feb 6, 2015 · 4 comments
Closed

assets versioning #59

jvillasante opened this issue Feb 6, 2015 · 4 comments
Labels

Comments

@jvillasante
Copy link

What would be the best way to add assets versioning to this? Both for css and javascript.

@koistya
Copy link
Member

koistya commented Feb 6, 2015

You may want to plug gulp-rev (appends content hashes) and gulp-rev-replace (updates references to those files) into your gulpfile.js.

@yanivefraim
Copy link

+1
Can I add a PR for this one?

@koistya
Copy link
Member

koistya commented Apr 10, 2015

If you're using Webpack, it allows to append hash strings to the output files. Take a look:

http://webpack.github.io/docs/long-term-caching.html

@koistya
Copy link
Member

koistya commented Feb 21, 2016

I'm going to close this one as it was resolved I think.

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

No branches or pull requests

3 participants