Closed TrangNguyen closed 9 years ago
It seemed to be in conflict in running with grunt-sftp-deploy. If I turned grunt-sftp-deploy off, it works nicely. I made the task that runs sftp-deploy requires the other tasks that run hashres now so thanks for a nice module.
Hi, I can't get grunt-hashres to work together with Requirejs. My index.html has if build and if local conditions, like this
in my gruntfile.js I compiled, minified css and js before hashres them, like this
I saw that the files got hashed names
but the index.html is not updated, so of course it can't find the referenced css and js. Any hint would be greatly appreciated. Trang.