Skip to content

Commit

Permalink
Use forever
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Feb 23, 2014
1 parent 0cc3bad commit f2a6670
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -28,4 +28,8 @@ test-cov: cov
build:
@./bin/combo views .

.PHONY: test test-cov cov
start:
@./node_modules/.bin/forever `pwd`/app.js


.PHONY: test test-cov cov start
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"xss": "~0.0.9",
"loader": "0.0.5",
"passport": "~0.1.17",
"passport-github": "~0.1.5"
"passport-github": "~0.1.5",
"forever": "~0.10.11"
},
"devDependencies": {
"supertest": "*",
Expand Down

0 comments on commit f2a6670

Please sign in to comment.