Skip to content

Commit

Permalink
add log file
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed Feb 24, 2014
1 parent f2a6670 commit de80ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ assets.json


# Ignore Windows desktop setting file # Ignore Windows desktop setting file
desktop.ini desktop.ini

*.log
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build:
@./bin/combo views . @./bin/combo views .


start: start:
@./node_modules/.bin/forever `pwd`/app.js @nohup ./node_modules/.bin/forever `pwd`/app.js >> cnode.log 2>&1 &




.PHONY: test test-cov cov start .PHONY: test test-cov cov start

0 comments on commit de80ff5

Please sign in to comment.