-
Notifications
You must be signed in to change notification settings - Fork 73
Wrong paths in grunt.filerev.summary when a cwd was defined #15
Comments
If I could only figure out how to access |
@binarykitchen I'm assuming you're using this alongside usemin? |
@ProLoser Usemin? Since I have no idea what usemin is, I guess I am not using usemin at all. |
I can confirm this issue. +1 |
I think it had to be resolved with an option flag so it maintains backwards capability. |
@binarykitchen@eddiemonge I think it should be better to add a FYI there is the richardbolt/grunt-filerev-assets which should help you. |
👍 Not sure how people are using usemin + filerev with this issue |
Okay, next one:
When I have this grunt config
Then we have those entries in
grunt.filerev.summary
:But I do not want the
client
part in them. Because of thecwd
option. Same goes with the destination part,server/public
should not be here. Ideally I want something like this:Then we have those entries in
grunt.filerev.summary
:The text was updated successfully, but these errors were encountered: