UNPKG

grunt-cache-bust-alt

Version:

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

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