Skip to content

Commit

Permalink
call local coffee in tools/serve. fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbygrace committed Dec 16, 2015
1 parent dd511f9 commit e5d45b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/serve
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

./node_modules/nodemon/bin/nodemon.js app.coffee;
./node_modules/nodemon/bin/nodemon.js --exec node_modules/coffee-script/bin/coffee app.coffee;

0 comments on commit e5d45b9

Please sign in to comment.