Add emojione PNGs to the COPY_LIST

pull/3692/head
Luke Barnard 2017-04-21 17:36:48 +01:00
parent a2b465e352
commit f010afe63f
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const COPY_LIST = [
["res/{media,vector-icons}/**", "webapp"],
["src/skins/vector/{fonts,img}/**", "webapp"],
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],
["./config.json", "webapp", {directwatch: 1}],
];