From d0a08946820ca29c64e0d04ba02766b256f062d0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 11 Feb 2015 15:32:53 +0000 Subject: Minor project-config chanages... - add .cake_task_cache to .gitignore (this is generated by zsh completion function for cake) - allow the key for a custom build to be selected taken from the environment variable $VIMIUM_CRX_PEM --- .gitignore | 1 + Cakefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2595878c..4dbfa889 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ node_modules/* dist jscoverage.json tags +.cake_task_cache diff --git a/Cakefile b/Cakefile index 0fa75e24..d78bb062 100644 --- a/Cakefile +++ b/Cakefile @@ -88,7 +88,7 @@ task "package-custom-crx", "build .crx file", -> crxmake = spawn "crxmake", optArrayFromDict "pack-extension": "." - "pack-extension-key": "vimium.pem" + "pack-extension-key": process.env.VIMIUM_CRX_PEM ? "vimium.pem" "extension-output": "vimium-latest.crx" "ignore-file": "(^\\.|\\.(coffee|crx|pem|un~)$)" "ignore-dir": "^(\\.|test)" -- cgit v1.2.3