aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-08-17 13:15:19 +0100
committerStephen Blott2017-08-17 13:15:19 +0100
commit696feed903fe815af50c89b1badbb1e5680d6921 (patch)
treef87fd6a66bf646b32626098a372443fb75d3d9b1
parentc7cd9a4abab78887bf422d3c64c53e3f3282f0ae (diff)
downloadvimium-696feed903fe815af50c89b1badbb1e5680d6921.tar.bz2
Exclude Coffeescript files for Firefox build.
-rw-r--r--Cakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cakefile b/Cakefile
index c8b3e1ce..eb48bf73 100644
--- a/Cakefile
+++ b/Cakefile
@@ -160,5 +160,5 @@ task "coverage", "generate coverage report", ->
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+/
+ manifest.json MIT-LICENSE.txt pages README.md -x *.coffee".split /\s+/