-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
expand mode clobbers destination files with same name / different extensions #979
Comments
I think a solution to this problem would be to change
to
in lib/grunt/file.js. |
Ok, this is a serious issue. I just lost 45 mins because I was searching for the magical (non-existent) dest glob (think $1 or %1) substitution solution. My scenario: According to this http://stackoverflow.com/questions/16697344/configure-grunt-file-name-matching-for-files-with-multiple-dots the decision made with extensions (ext) that everything after the first dot is the extension killed me. Changing the input files to build-screen.css fixed the problem but this is not ideal. I just found "extDot".. |
@tkellen Setting this for 0.5.0, assuming that node-globule fixes this issue. |
It does. |
* Can be 'first' or 'last' but defaults to 'first'.
* Can be 'first' or 'last' but defaults to 'first'.
This has been resolved with the |
One more reason to finish getting node-globule upstreamed.
gruntjs/grunt-contrib-compress#70
The text was updated successfully, but these errors were encountered: