diff options
| author | Phil Crosby | 2013-05-15 10:55:58 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2013-05-15 10:56:23 -0700 | 
| commit | f16e039a241c057f82fc2b4a63f29378b32bd964 (patch) | |
| tree | d591e343ff815c25e98d031dee3ce2b4d19b8559 | |
| parent | d36711763a8cfe5003c3f0a79d3b2e72c87e3426 (diff) | |
| download | vimium-f16e039a241c057f82fc2b4a63f29378b32bd964.tar.bz2 | |
Add a note about what package is used for
| -rw-r--r-- | Cakefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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 | 
