UNPKG

grunt-cache-bust-lazy-loading

Version:

Bust static assets from the cache using content hashing. It also supports lazy loading for divs and images when using class lazy.

12 lines (11 loc) 228 B
module.exports = { options: { baseDir: 'tmp/jsonOutput', jsonOutput: 'output/cachebuster-map.json' }, files: [{ expand: true, cwd: 'tmp/jsonOutput/', src: ['*.html'] }] };