Skip to content

Commit

Permalink
Keep XPI package lean
Browse files Browse the repository at this point in the history
This purges stuffs that are not needed for Firefox's XPI package,
so that we can keep the footprint smaller.

Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
Fujimoto Seiji committed Mar 18, 2020
1 parent 61ce4a3 commit c4bc5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ prepare:

xpi: prepare
rm -f ieview-we.xpi
zip -r -9 ieview-we.xpi *.json *.js _locales common options extlib -x '*/.*'
zip -r -9 ieview-we.xpi manifest.json *.js _locales common options extlib -x '*/.*' -x extlib/browser-polyfill.min.js

chrome: prepare
[ -d node_modules ] || npm install
Expand Down

0 comments on commit c4bc5e4

Please sign in to comment.