UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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