grunt-cache-breaker
grunt-cache-breaker copied to clipboard
Custom matching regex
If we could specify our own complete regex for matching it would make it more powerful.
Yes allowing wildcards like grunt-cache-bust would save a lot of extra configuration time. Eg.
match: [
'app-components/**/*.js',
]