-
Notifications
You must be signed in to change notification settings - Fork 169
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
support no cache buster for css filename but with icon files #113
Conversation
usage: --cachebuster-filename --nocachebuster_cssfilename
Hello @adyliu - Could you please explain what's the use case of this feature? |
We need the images with cachebuster filename to remove the cache in the CDN service, but the css files will been renamed and deployed to the CDN with other tools. So the original file name must been kept for the css files except the images. |
This would actually be pretty useful. For instance, I use glue with Sass and for the @include statement to correctly insert the contents of the file into my main CSS file, I need the sprite css file to be constant. Right now my workaround is to have a step that removes these endings from the CSS file. |
Nice feature! +1 |
1 similar comment
Nice feature! +1 |
perfect feature! |
Useful feature ~ |
1 similar comment
Useful feature ~ |
…-cachebuster-filename #113
I've just pushed into master a new option named @adyliu Thank you very much for your Pull Request. Unfortunately I can't use it as we rewrote glue from scratch from |
usage: --cachebuster-filename --nocachebuster_cssfilename