-
Notifications
You must be signed in to change notification settings - Fork 109
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
When src filenames use the same name but different extension, gzip dest is wrong #70
Comments
Thanks for the heads up! I'm going to close this here and open an issue on the Grunt tracker because this is an issue with our declarative file expansion methods, not this task. |
In the meantime, you can resolve this by using the |
Thanks. Unfortunately even using a rename, the src is already wrong.
Will miss the first one
So, I renamed the files myself. |
Hmm in fact it somehow works, you have to make sure filenames have an extension
|
Hi
Given two files, one.js and one.min.js, with the code
Then it will create only one gzip file, not two. It's confused by the "min" name.
The text was updated successfully, but these errors were encountered: