-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Hash placed in wrong location on file name when multiple periods in name #244
Comments
hmm, I think this can be worked around with #169 For this particular case though, I do feel like it should do that by default. I presume the original intention was to put the hash directly before the extension. So based on that, this could be considered a bug. |
Yeah, I think putting the hash before the last extension would be the best default behavior. |
It did it right in v4. I'd just upgraded to v8 today. |
I have files named:
site.subsite.js
when I use rev, instead of:
site.subsite-xxx.js
I get:
site-xxx.subsite.js
Is this a bug? Is there a work around?
The text was updated successfully, but these errors were encountered: