UNPKG

grunt-cache-bust

Version:

Bust static assets from the cache using content hashing

14 lines (13 loc) 297 B
module.exports = { options: { baseDir: 'tmp/outputDir', outputDir: 'outputDir', assets: 'assets/*', hash: 'abcdef123456' }, files: [{ expand: true, cwd: 'tmp/outputDir/', src: ['outputDir.html', 'assets/outputDir.css'] }] };