diff options
| author | Stephen Blott | 2017-04-22 13:30:22 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-04-22 13:30:22 +0100 | 
| commit | 7c96c19c434de5242727d1a662c327cd697bef71 (patch) | |
| tree | ae5098ebf2d1aa84123b9d0a14bcdbcd00480c90 | |
| parent | 205610d6613680e2bdcc35123070ba25566f342a (diff) | |
| download | vimium-7c96c19c434de5242727d1a662c327cd697bef71.tar.bz2 | |
Firefox:  Add build target to Cakefile.
| -rw-r--r-- | Cakefile | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -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+/ + | 
