move status theme into a dedicated dir, and make fonts work
This commit is contained in:
parent
b28192cc0b
commit
01b3d6128c
7 changed files with 453 additions and 5 deletions
|
@ -45,7 +45,7 @@ const COPY_LIST = [
|
|||
["res/home/**", "webapp/home"],
|
||||
["res/{media,vector-icons}/**", "webapp"],
|
||||
["res/flags/*", "webapp/flags/"],
|
||||
["src/skins/vector/{fonts,img}/**", "webapp"],
|
||||
["src/skins/vector/{fonts,img,themes}/**", "webapp"],
|
||||
["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