edit procfile (heroku Foreman) to run grunt start:production
This commit is contained in:
@@ -1 +1 @@
|
||||
web: node src/server.js
|
||||
web: ./node_modules/.bin/grunt production;node ./src/server.js
|
||||
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user