Merge pull request #3888 from vector-im/pr/3799

move manifest.json outward so it is scoped properly
This commit is contained in:
Luke Barnard 2017-05-11 13:20:33 +01:00 committed by GitHub
commit 0e0918d07c
4 changed files with 58 additions and 54 deletions

View file

@ -7,6 +7,7 @@
// common parents. Hence, "res/{a,b}/**": the output will be "dest/a/..." and
// "dest/b/...".
const COPY_LIST = [
["res/manifest.json", "webapp"],
["res/{media,vector-icons}/**", "webapp"],
["src/skins/vector/{fonts,img}/**", "webapp"],
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],