-
Notifications
You must be signed in to change notification settings - Fork 147
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
Filenames with multiple . are truncated #50
Comments
The solution for this right now is to use In a future version of grunt we will support a declarative option for controlling whether the full extension or the first segment should be replaced. /ref: gruntjs/grunt#979 |
Since this is obviously a desired behavior I use something like the following in my Gruntfile:
... and:
Maybe it's useful for someone. Stefan |
@stefanr Thanks, that was helpful. |
Thanks @stefanr, surprised this wasn't the default behavior. |
Hey folks you should be using extdot nowadays |
Nice, glad I replied. The issue was pretty difficult to Google for and as you may know, reading the whole F'ing manual is quiet costly on time. This and an SO question that had the same answer was all I could find. Thanks for the input! |
np @langdonx |
I ran this plugin for the first time and it seems to work well, except for this.
Folder contains jquery.ui.datepicker.css and jquery.ui.timepicker.css - upon completion, I end up with a file called jquery.min.css and the content is that of the datepicker (minified).
It seems that longer names are being truncated at the first . when output files are created.
The text was updated successfully, but these errors were encountered: