UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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