aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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