update procfile for heroku. @paglias this is the heroku script-runner btw

This commit is contained in:
Tyler Renelle 2013-09-07 10:54:03 -04:00
parent 796f29e014
commit 28e2cb32f2

View file

@ -1 +1 @@
web: ./node_modules/.bin/grunt production;node ./src/server.js
web: ./node_modules/.bin/grunt build:prod;./node_modules/.bin/grunt nodemon;