UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

10 lines (9 loc) 231 B
module.exports = { options: { assets: '**/*.{js,css,jpg}', baseDir: 'tmp/jsonOutput/', jsonOutput: true, jsonOutputFilename: 'jsonOutput-map.json' }, src: ['tmp/jsonOutput/**/*.html'] };