move manifest.json outward so it is scoped properly
this will matter more when we add a service worker Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
ffa53ca205
commit
3c5594e034
4 changed files with 58 additions and 54 deletions
|
@ -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/"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue