mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Merge pull request #2558 from nixel2007/scocode
Add npm&bower update to SCOCODE.bat. Update ver #
This commit is contained in:
commit
0b601ea695
3 changed files with 6 additions and 2 deletions
scripts/windows
|
@ -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^
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue