aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
diff options
context:
space:
mode:
authorPhil Crosby2013-05-15 10:55:58 -0700
committerPhil Crosby2013-05-15 10:56:23 -0700
commitf16e039a241c057f82fc2b4a63f29378b32bd964 (patch)
treed591e343ff815c25e98d031dee3ce2b4d19b8559 /Cakefile
parentd36711763a8cfe5003c3f0a79d3b2e72c87e3426 (diff)
downloadvimium-f16e039a241c057f82fc2b4a63f29378b32bd964.tar.bz2
Add a note about what package is used for
Diffstat (limited to 'Cakefile')
-rw-r--r--Cakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cakefile b/Cakefile
index bc92d8d5..cc9d8d91 100644
--- a/Cakefile
+++ b/Cakefile
@@ -50,7 +50,9 @@ task "clean", "removes any js files which were compiled from coffeescript", ->
task "autobuild", "continually rebuild coffeescript files using coffee --watch", ->
coffee = spawn "coffee", ["-cw", __dirname]
-task "package", "build .crx file", ->
+# This builds a CRX that's distributable outside of the Chrome web store. Is this used by folks who fork
+# Vimium and want to distribute their fork?
+task "package-custom-crx", "build .crx file", ->
invoke "build"
# ugly hack to modify our manifest file on-the-fly