Merge branch 'master' of ssh://git.verdnatura.es:/var/lib/git/salix
This commit is contained in:
commit
221244cbf0
12
dev.cmd
12
dev.cmd
|
@ -11,18 +11,18 @@ goto caseUsage
|
|||
|
||||
:caseStart
|
||||
call "%0" stop
|
||||
echo "################################ Starting services"
|
||||
call echo "################################ Starting services"
|
||||
call forever start forever.json
|
||||
call forever list
|
||||
call nginx -c "%nginxConf%" -p "%nginxPrefix%"
|
||||
call cd @salix
|
||||
call gulp
|
||||
call start /b nginx -c "%nginxConf%" -p "%nginxPrefix%"
|
||||
cd @salix
|
||||
gulp
|
||||
goto caseExit
|
||||
|
||||
:caseStop
|
||||
echo "################################ Stoping services"
|
||||
call forever stopall
|
||||
call nginx -c "%nginxConf%" -p "%nginxPrefix%" -s stop
|
||||
forever stopall
|
||||
nginx -c "%nginxConf%" -p "%nginxPrefix%" -s stop
|
||||
goto caseExit
|
||||
|
||||
:caseUsage
|
||||
|
|
Loading…
Reference in New Issue