Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inherited Task - double hashing the assets #255

Open
rajpan32 opened this issue Sep 1, 2021 · 0 comments
Open

Inherited Task - double hashing the assets #255

rajpan32 opened this issue Sep 1, 2021 · 0 comments

Comments

@rajpan32
Copy link

rajpan32 commented Sep 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant