From f16e039a241c057f82fc2b4a63f29378b32bd964 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 15 May 2013 10:55:58 -0700 Subject: Add a note about what package is used for --- Cakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3