grunt-cache-bust icon indicating copy to clipboard operation
grunt-cache-bust copied to clipboard

Add new outputDir option

Open denar90 opened this issue 7 years ago • 2 comments

Hi @hollandben. I was thinking about adding new option(s) for this task. I propose to add outputDir option - a directory for placing hashed copies of files. It will be the same as assets but developer can specify it. Another option clearOutputDir which will clear dir with copied hashes. Default value of it might be false. If outputDir was not set it can't be true. Is it worthwhile?

denar90 avatar Jul 19 '16 12:07 denar90

Yeah, that would work well I think 👍

benhoIIand avatar Jul 19 '16 13:07 benhoIIand

Yeah that would be very helpful!

Currently I have issues with git, as I can't ignore the renamed files, how do you handle it? I now that using something like '..js' in gitignore would do, but it's not so nice

lucafaggianelli avatar Jul 26 '16 09:07 lucafaggianelli