UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

12 lines (11 loc) 212 B
module.exports = { options: { baseDir: 'tmp/stylesheets', assets: 'assets/**/*' }, files: [{ expand: true, cwd: 'tmp/stylesheets/', src: ['**/*.css'] }] };