mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-25 05:54:51 -05:00
Applied code review on pull request #185
This commit is contained in:
parent
e6e83d76c0
commit
2e762f0920
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -74,4 +74,7 @@ db/
|
||||||
bin/node/
|
bin/node/
|
||||||
bin/mongo/
|
bin/mongo/
|
||||||
|
|
||||||
|
# windows
|
||||||
|
/SCOCODE.bat
|
||||||
|
|
||||||
### If you add something here, copy it to the end of .npmignore, too. ###
|
### If you add something here, copy it to the end of .npmignore, too. ###
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
set "mongo_d_location=E:\GameDevelopment\db"
|
set "mongo_db_location=MONGO_DB_PATH_HERE"
|
||||||
start cmd.exe cmd /c call nodemon -w server -w server_config.js
|
start cmd.exe cmd /c call nodemon -w server -w server_config.js
|
||||||
start cmd.exe cmd /c call brunch w^
|
start cmd.exe cmd /c call brunch w^
|
||||||
& mongod --setParameter textSearchEnabled=true^
|
& mongod --setParameter textSearchEnabled=true^
|
||||||
--dbpath %mongo_d_location%
|
--dbpath %mongo_db_location%
|
Loading…
Reference in a new issue