UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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