Skip to content

Commit

Permalink
Run server in new cmd instance to allow 2 simultaneous commands on wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
Windmolders authored and NoUseFreak committed Oct 23, 2015
1 parent a3964d3 commit 4545acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ If NOT "%1"=="" GOTO INFO
GOTO DONE
:DEV
php app/console assets:install --symlink
gulp watch & php app/console server:run
start php app/console server:run
gulp watch
GOTO DONE
:DONE
echo clastic is finished
Expand Down

0 comments on commit 4545acc

Please sign in to comment.