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.

14 lines (13 loc) 268 B
module.exports = { options: { baseDir: 'tmp/replaceTerm', replaceTerms: [{ '${Html.GetAppSetting(ThemeId)}': 'com' }] }, files: [{ expand: true, cwd: 'tmp/replaceTerm/', src: ['*.html'] }] };