Skip to content

Commit

Permalink
Merge pull request #509 from jrjohnson/heroku
Browse files Browse the repository at this point in the history
Heroku Adjustments
  • Loading branch information
thecoolestguy committed May 1, 2015
2 parents fd24fc8 + d9244ca commit 6125ea5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: ember serve --port $PORT --live-reload=false
web: ./node_modules/ember-cli/bin/ember serve --port $PORT --live-reload=false
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"doc": "doc",
"test": "tests"
},
"cacheDirectories": ["node_modules", "bower_components"],
"scripts": {
"start": "ember server",
"start": "./node_modules/ember-cli/bin/ember serve",
"build": "ember build",
"test": "ember test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": "https://github.com/ilios/frontend",
"engines": {
"node": "^0.12.2"
"node": "^0.12.2",
"npm": "2.7.x"
},
"author": "",
"license": "GNU GPL v3",
Expand Down

0 comments on commit 6125ea5

Please sign in to comment.