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.

11 lines (10 loc) 173 B
module.exports = { options: { baseDir: 'tmp/favicons' }, files: [{ expand: true, cwd: 'tmp/favicons/', src: ['*.html'] }] };