-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hey, when I run cacheBust it says "0 files busted" although it did indeed update one file and added a hash. What is this supposed to tell me?
config:
cacheBust: {
options: {
algorithm: 'md5',
length: 20,
separator: '-',
deleteOriginals: true
},
css: {
options: {
assets: ['<%= paths.dist %>/stylesheets/*']
},
src: ['styles.css']
},
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels