move status theme into a dedicated dir, and make fonts work

This commit is contained in:
Matthew Hodgson 2017-10-22 17:03:39 +01:00
parent b28192cc0b
commit 01b3d6128c
7 changed files with 453 additions and 5 deletions

View file

@ -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 }],