codecombat/bin/coco-dev-server
2014-01-03 10:32:13 -08:00

5 lines
249 B
Bash
Executable file

#!/bin/bash
cd ~/Desktop/coco
node_modules/.bin/nodemon . --ext ".coffee|.js" --watch server --watch app.js --watch server_config.js
# https://github.com/remy/nodemon/issues/145 prevents us from going to 0.7.6+ until we understand what is going on