UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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