edit procfile (heroku Foreman) to run grunt start:production

This commit is contained in:
Tyler Renelle
2013-09-06 22:38:40 -04:00
parent e23acc4c0a
commit 6b960fba6a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
web: node src/server.js
web: ./node_modules/.bin/grunt production;node ./src/server.js
+2 -1
View File
@@ -37,7 +37,8 @@
"jade": "~0.35.0",
"passport": "~0.1.17",
"validator": "~1.5.1",
"nodemailer": "~0.5.2"
"nodemailer": "~0.5.2",
"grunt-cli": "~0.1.9"
},
"private": true,
"subdomain": "habitrpg",