UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

9 lines (8 loc) 172 B
module.exports = { options: { assets: '**/*.{js,css,jpg}', baseDir: 'tmp/hash/', hash: 'abcdef123456' }, src: ['tmp/hash/**/*.html'] };