UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

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