UNPKG

grunt-cache-bust-alt

Version:

An alternative version of Bust static assets from the cache using content hashing

11 lines (10 loc) 169 B
module.exports = { options: { baseDir: 'tmp/rename' }, files: [{ expand: true, cwd: 'tmp/rename/', src: ['*.html'] }] };