From 7c96c19c434de5242727d1a662c327cd697bef71 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 22 Apr 2017 13:30:22 +0100 Subject: Firefox: Add build target to Cakefile. --- Cakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cakefile') 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+/ + -- cgit v1.2.3