config-env-brunch
v1.4.0
Published
Adds ability to insert env vars into config files.
Downloads
3
Readme
config-env-brunch
Adds ability to configure apps via env vars to brunch.
Usage
Add "config-env-brunch": "x.y.z"
to package.json
of your brunch app.
Pick a plugin version that corresponds to your minor (y) brunch version.
If you want to use git version of plugin, add
"config-env-brunch": "git+ssh://[email protected]:goshakkk/config-env-brunch.git"
.
The plugin will process your app/config.coffee
. Include env vars like
this:
shell = "<%= process.env.SHELL %>"