Skip to content

Instantly share code, notes, and snippets.

@carloscheddar
Last active December 10, 2015 04:21
Show Gist options
  • Save carloscheddar/763a0bfc2fcf317edb97 to your computer and use it in GitHub Desktop.
Save carloscheddar/763a0bfc2fcf317edb97 to your computer and use it in GitHub Desktop.
app.json file to enable heroku review apps for ember-cli projects
{
"name": "website-name",
"description": "Your website description.",
"scripts": {},
"env": {
"EMBER_ENV": {
"value": "production"
},
"REBUILD_ALL": {
"value": "true"
}
},
"addons": [],
"buildpacks": [{
"url": "https://github.com/tonycoco/heroku-buildpack-ember-cli"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment