Skip cache if a task is a copy or says to skip cache

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-27 20:41:18 -08:00
parent e95f2cf3db
commit 4751c8f215
4 changed files with 17 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ module.exports = exports = async function svgIcons () {
input: f,
output: 'images/' + f,
action: actions.copy,
nocache: true,
}));
return tasks;