grunt-filerev icon indicating copy to clipboard operation
grunt-filerev copied to clipboard

[DEPRECATED] File revving

Results 21 grunt-filerev issues
Sort by recently updated
recently updated
newest added

So this is my config: ``` js // Renames files for browser caching purposes filerev: { dist: { expand: true, cwd: '', src: [ 'script/**/*.js', 'style/**/*.css', 'img/**/*.{png,jpg,jpeg,gif,webp,svg}', 'font/**/*.ttf' ] }...

bug