UNPKG

grunt-cache-bust-alt

Version:

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

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