######Preprocessors
CoffeeScript
Stylus
######Initial
heroku plugins:install git://github.com/ddollar/heroku-config.git
Create a folder for your .env files - ex: development.env
KEY=value
- run
heroenvy <ENV FILE> --app <APP>
- run
heroku config:pull --app <APP>