Open chibui opened 6 years ago
+1 facing the same issue on grunt-cache-bust v 1.7.0. Any workarounds?
+1 I faced the same issue. Seems like there is a PR https://github.com/hollandben/grunt-cache-bust/pull/245 which should fix it. We should wait for it to be merged soon.
Running Windows and having the same issue, but the code from the PR doesn't seem to solve it for me. Instead, in node_modules\grunt-cache-bust\tasks\cachebust.js
I changed the loop at line 134 to start from 0 instead of 1.
Made my own PR at https://github.com/hollandben/grunt-cache-bust/pull/250 - hopefully this helps someone else.
I can also confirm that #250 works as expected (Linux).
I can't seem to get references in subfolders to update with the hashed name.
My config is :
My app structure prior to running task :
When I run the task, all the file are correctly renamed with the hash val. The issue is that with the exception of the reference in child.html being updated, none of the other references are updated.
foo.html
I've tried various configs but without any success. I've even tried to reference the source files directly.
and also
Im using grunt-cache-bust v 1.7.0
Thanks in advance.