UNPKG

grunt-cache-bust-alt

Version:

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

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