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

Generate minified filename based on md5 hash #17

Open
joeke opened this issue May 30, 2017 · 1 comment
Open

Generate minified filename based on md5 hash #17

joeke opened this issue May 30, 2017 · 1 comment

Comments

@joeke
Copy link
Collaborator

joeke commented May 30, 2017

At the moment the minified filename is generated based on the latest file modification time of the files from the group. But when using imports inside a css file, the modification times of those files are not checked so the minified file is sometimes not updated correctly. Using the md5 hash from the minified file should solve this.

@mindeffects
Copy link

Would be an awesome feature! Especially when you work with frameworks like Zurb's foundation, you have to deal with many @import and having checked all of those automagically would be a dream!
Changed a fd setting? No, problem! SCSS parsing done.

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

No branches or pull requests

2 participants