Skip to content

Commit

Permalink
use cache on toplist
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Mar 2, 2014
1 parent ee5a0e8 commit 9154032
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 199 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
start:
#@export DEBUG="dbj:*" && forever -w app.js
@export DEBUG="dbj:*" && supervisor -w 'lib,serve,models,app.js,conf,tasks,Gruntfile.js' -p 1000 app.js
@export DEBUG="dbj* cache*" && supervisor -w 'lib,serve,models,app.js,conf,tasks,Gruntfile.js' -p 1000 app.js

grunt:
@export DEBUG="dbj:*" && grunt
@export DEBUG="dbj*" && grunt

build:
@export NODE_ENV="production" && export DEBUG="dbj:*" && \
Expand Down
Loading

0 comments on commit 9154032

Please sign in to comment.