UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

13 lines (12 loc) 238 B
module.exports = { options: { baseDir: 'tmp/createCopies', createCopies: false, assets: 'assets/*' }, files: [{ expand: true, cwd: 'tmp/createCopies/', src: ['*.html'] }] };