diff options
| author | Stephen Blott | 2015-02-11 15:32:53 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-02-11 15:39:07 +0000 | 
| commit | d0a08946820ca29c64e0d04ba02766b256f062d0 (patch) | |
| tree | 8d62f176a56831806af3839e779689528b9bec41 /Cakefile | |
| parent | 91767943290f799ce99a935a8ce19f1766508d91 (diff) | |
| download | vimium-d0a08946820ca29c64e0d04ba02766b256f062d0.tar.bz2 | |
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
Diffstat (limited to 'Cakefile')
| -rw-r--r-- | Cakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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)" | 
