From f010afe63f981fcaa24a9c6fa05192b9f5144f5b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 21 Apr 2017 17:36:48 +0100 Subject: [PATCH] Add emojione PNGs to the COPY_LIST --- scripts/copy-res.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index 826d9a96b3..4702d5cf1b 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -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}], ];