diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-06-01 20:21:51 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-06-01 20:21:51 +0200 |
commit | 3a345434ee3758162287b86be08993f27e3dbd84 (patch) | |
tree | 064df48de20b085ded129fd4e5b5ecda8fbfd322 /gulpfile.js | |
parent | 45108e26afe1570915baeda4178cf3c6ec5f69b7 (diff) |
fix version and manifest
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index eff935c7d..f50a750ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -70,7 +70,6 @@ const paths = { "lib/module-trampoline.js", "popup/**/*.{html,css}", "pages/**/*.{html,css}", - "manifest.json", ], extra: [ "AUTHORS", @@ -84,6 +83,9 @@ const paths = { "pogen/pogen.ts", "pogen/tsconfig.json", "pogen/example/test.ts", + // Only in extra, because the manifest is processed/generated + // targets other than "srcdist". + "manifest.json", ], /* French copyright application */ appdist: [ |