From f200576d5a967c052bff3c6889856534f47d9f3e Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker <decauwsemaecker.glen@gmail.com> Date: Fri, 11 Apr 2014 03:38:03 +0200 Subject: [PATCH] Fixed error related to nodemon --- .../coco-dev-setup/batch/scripts/nab_automatic_script.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat b/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat index b548cb6b8..7048f0180 100755 --- a/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat +++ b/scripts/windows/coco-dev-setup/batch/scripts/nab_automatic_script.bat @@ -2,6 +2,6 @@ call print_dashed_seperator call get_local_text npm_script npm script echo %npm_script% -echo start cmd.exe cmd /c "TITLE CodeCombat.com - nodemon server & call nodemon -w server -w server_config.js">%~1\SCOCODE.bat -echo start cmd.exe cmd /c "TITLE CodeCombat.com - brunch - live compiler & call brunch w">>%~1\SCOCODE.bat -echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">>%~1\SCOCODE.bat \ No newline at end of file +echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">%~1\SCOCODE.bat +echo start cmd.exe cmd /c "TITLE CodeCombat.com - nodemon server & nodemon index.js">>%~1\SCOCODE.bat +echo start cmd.exe cmd /c "TITLE CodeCombat.com - brunch - live compiler & brunch w">>%~1\SCOCODE.bat \ No newline at end of file