grunt-cache-bust icon indicating copy to clipboard operation
grunt-cache-bust copied to clipboard

Inherited Task - double hashing the assets

Open rajpan32 opened this issue 2 years ago • 0 comments

Below inherited task, hash the assets file twice. help needed. cacheBust: { options: { assets: ['assets/', '!assets/.jpg'], baseDir: 'tmp/ignorePattern', encoding: 'utf8', length: 16, algorithm: 'md5', deleteOriginals: true }, task1:{ files: [{ expand: true, cwd: 'tmp/ignorePattern/', src: ['ignorePattern.html'] }] }, task2:{ files: [{ expand: true, cwd: 'tmp/ignorePattern/', src: ['ignorePattern1.html'] }] }}

image

rajpan32 avatar Sep 01 '21 15:09 rajpan32