mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
5 lines
249 B
Bash
Executable file
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
|