Skip to content

Commit

Permalink
add node supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcljx committed May 2, 2013
1 parent 0e30f55 commit 72f3bf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions develop.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
node_modules/.bin/supervisor --extensions coffee --watch lib index.js
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"less": "~1.3.3",
"connect-assets": "~2.4.2",
"jade": "~0.30.0"
},
"devDependencies": {
"supervisor": "~0.5.2"
}
}

0 comments on commit 72f3bf3

Please sign in to comment.