mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix #2710: don't copy useless assets
This commit is contained in:
parent
0128632ce4
commit
adf5f49650
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue