-
Notifications
You must be signed in to change notification settings - Fork 101
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
References in Subfolders not getting updated #243
Comments
+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 #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 Made my own PR at #250 - hopefully this helps someone else. |
benhoIIand#243 This change fixed this ^ issue for me and started altering .html files in subfolders.
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.
The text was updated successfully, but these errors were encountered: