UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

13 lines (12 loc) 295 B
module.exports = { options: { assets: ['assets/**'], baseDir: 'tmp/sourceBusted2', deleteOriginals: true, hash: '123456789', }, files: [{ cwd: './tmp/sourceBusted2/', src: ['assets/css/application.css', 'sourceBusted2.html'] }] };