Fix #2710: don't copy useless assets

This commit is contained in:
Oliver Blanthorn 2020-08-05 17:12:01 +01:00
parent 0128632ce4
commit adf5f49650
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -48,7 +48,7 @@ module.exports = {
from: "src/static",
to: "static",
globOptions: {
ignore: ["*.psd", "*1024px.png"],
ignore: ["**/*.psd", "**/*1024px.png"],
},
},
{ from: "generated/static", to: "static" },