aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
diff options
context:
space:
mode:
authorStephen Blott2017-04-22 13:30:22 +0100
committerStephen Blott2017-04-22 13:30:22 +0100
commit7c96c19c434de5242727d1a662c327cd697bef71 (patch)
treeae5098ebf2d1aa84123b9d0a14bcdbcd00480c90 /Cakefile
parent205610d6613680e2bdcc35123070ba25566f342a (diff)
downloadvimium-7c96c19c434de5242727d1a662c327cd697bef71.tar.bz2
Firefox: Add build target to Cakefile.
Diffstat (limited to 'Cakefile')
-rw-r--r--Cakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cakefile b/Cakefile
index 4d2d0237..c8b3e1ce 100644
--- a/Cakefile
+++ b/Cakefile
@@ -157,3 +157,8 @@ task "coverage", "generate coverage report", ->
source: (Utils.escapeHtml fs.readFileSync fname, 'utf-8').split '\n'
fs.writeFileSync 'jscoverage.json', JSON.stringify(result)
+
+task "zip", "build Firefox zip file in ../vimium.zip", ->
+ spawn "zip", "-r -FS ../vimium.zip background_scripts Cakefile content_scripts CONTRIBUTING.md CREDITS icons lib
+ manifest.json MIT-LICENSE.txt pages README.md".split /\s+/
+