grunt-hashres
grunt-hashres copied to clipboard
Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files.
As far as I can see, it is possible to use regex as source (`myscripts/*.js`), but it does not recurse into subdirectories. My Javascript is really rusty, so I might...
We're using hashresh with the has in query string, but was not working properly: when used multiple times the hash was queued to the previous one, not updated. Tweaking a...
At the moment the file name like template_app.js and app.js is confused that is why i added " or / prefix so that at least filenames like that arenot cnfused,...
Can an option added to ignore case when searching for file names during rename operation? File is: charting.js For cache busting file is renamed as 52ffe3f4.charting.cache.js Chart.html refers the file...
Hey! I have a few scripts depending on each other: script_1.js includes a reference to script_2.js and script_2.js includes a reference to script_3.js. I know it's bad architecture, but I...
I have a use case similar to the test, in that I have two files of the same name in different directories that both need to be substituted in my...
This is also a solution for #52 (haven't seen that there was one already). Anyway, this pull request also contains a test, but the implementation keeps hashres' intention to drop...
We have been using hashres for awhile and it works great -- at least until one of the developers added a bower component named spin.js today. The tasks fails with...
If you have in your html file something like ``` ``` hashres ends up chopping off the `?=` from the replaced file ``` ``` which is not a valid url....
Running tests off 41573e47dd5e76372a36d639c2e35335e2160991 results in ``` Running "jshint:all" (jshint) task Linting tasks/hashresHelper.js ...ERROR [L80:C74] W033: Missing semicolon. grunt.log.debug('Substituting ' + value[0] + ' by ' + value[1]) [L83:C92] W033:...