UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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