Closed matoni555 closed 10 years ago
Which versions of nodejs
, grunt
and grunt-hashres
are you using?
Are your css and js renamed?
renameFiles is set to true, but fileNameFormat is set to '${name}.${ext}?${hash}', so it no need to rename, it adds only hash.
When I specify option renameFiles to true, I get warning with unable to rename files. File specified in dest is replaced correctly.
Paths are correct. My project is in directory C:\web\www\myproject.cz and CSS file is here C:\web\www\myproject.cz\www\frontend\dist\css\style.css
I'm using Windows 8 64bit.
Config:
Output from console:
Thanks