Merge pull request from nixel2007/scocode

Add npm&bower update to SCOCODE.bat. Update ver #
This commit is contained in:
Nick Winter 2015-03-23 15:46:25 -07:00
commit 0b601ea695
3 changed files with 6 additions and 2 deletions
scripts/windows
SCOCODE.bat
coco-dev-setup/batch

View file

@ -1,4 +1,6 @@
set "mongo_db_location=MONGO_DB_PATH_HERE"
call npm update
call bower update
start cmd.exe cmd /c call nodemon -w server -w server_config.js
start cmd.exe cmd /c call brunch w^
& mongod --setParameter textSearchEnabled=true^

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<variables>
<version>3.5</version>
<version>3.7.1</version>
<author>GlenDC</author>
<copyright>CodeCombat.com © 2013-2014</copyright>
<github_url>https://github.com/codecombat/codecombat.git</github_url>

View file

@ -2,6 +2,8 @@ call print_dashed_seperator
call get_local_text npm_script npm script
echo %npm_script%
echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">%~1\SCOCODE.bat
echo call npm update>%~1\SCOCODE.bat
echo call bower update>%~1\SCOCODE.bat
echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter --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