UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

14 lines (13 loc) 281 B
module.exports = { options: { assets: ['**/*.{css,jpg}'], baseDir: 'tmp/queryString', queryString: true, hash: '123456789' }, files: [{ expand: true, cwd: 'tmp/queryString', src: ['css/*.css', '*.html'] }] };