1.4.0 • Published 13 years ago
config-env-brunch v1.4.0
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://git@github.com:goshakkk/config-env-brunch.git".
The plugin will process your app/config.coffee. Include env vars like
this:
shell = "<%= process.env.SHELL %>"1.4.0
13 years ago