copy resources from their new locations
This commit is contained in:
parent
d6931252c1
commit
a46b718b4a
3 changed files with 5 additions and 5 deletions
|
@ -50,9 +50,9 @@ const COPY_LIST = [
|
|||
["res/home.html", "webapp"],
|
||||
["res/home-status.html", "webapp"],
|
||||
["res/home/**", "webapp/home"],
|
||||
["res/{media,vector-icons}/**", "webapp"],
|
||||
["res/flags/*", "webapp/flags/"],
|
||||
["src/skins/vector/{fonts,img,themes}/**", "webapp"],
|
||||
["res/vector-icons/**", "webapp"],
|
||||
["node_modules/matrix-react-sdk/res/{fonts,img,themes}/**", "webapp"],
|
||||
["res/themes/**", "webapp/themes"],
|
||||
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
|
||||
["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],
|
||||
["./config.json", "webapp", { directwatch: 1 }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue