UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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