aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
diff options
context:
space:
mode:
authorStephen Blott2015-02-11 19:53:45 +0000
committerStephen Blott2015-02-11 19:53:45 +0000
commit51a4748f80490e0433c5387171fb28b88adf0ea5 (patch)
treef9bbb9f32dc594d78578813cd00c501d5d2e48af /Cakefile
parent63d58874619e70f7975c1ee446efc8cc328a2608 (diff)
downloadvimium-51a4748f80490e0433c5387171fb28b88adf0ea5.tar.bz2
Add not to Cakefile regarding dependencies for custom crx build.
Diffstat (limited to 'Cakefile')
-rw-r--r--Cakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cakefile b/Cakefile
index 9a528024..ffd8308b 100644
--- a/Cakefile
+++ b/Cakefile
@@ -78,6 +78,8 @@ task "package", "Builds a zip file for submission to the Chrome store. The outpu
# 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", ->
+ # To get exec-sync, use `npm install exec-sync`. We use this for synchronously executing shell commands.
+ # To get crxmake, use `sudo gem install crxmake`.
invoke "build"
# ugly hack to modify our manifest file on-the-fly