UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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