Added procfile

This commit is contained in:
Chris Blanchard 2015-07-22 14:47:52 +01:00
parent e293e1b5ca
commit b65d5283a5
3 changed files with 2 additions and 3 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: npm start

View file

@ -9,7 +9,7 @@
], ],
"scripts": { "scripts": {
"test": "NODE_ENV=test mocha spec/", "test": "NODE_ENV=test mocha spec/",
"start": "node index.js", "start": "npm run compile:react && node index.js",
"compile:dev:react": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/", "compile:dev:react": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/",
"compile:react": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/", "compile:react": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/",
"dev": "nodemon index.js" "dev": "nodemon index.js"

File diff suppressed because one or more lines are too long