change minifier to run minimised.

This commit is contained in:
chris.watts90@outlook.com 2017-03-24 21:40:47 +00:00
parent 3acb51ff91
commit 092f116218

View File

@ -5,7 +5,7 @@ echo "1 - %Directory%"
echo "1a - %SolutionDir%"
call :normalise "%Directory%"
start /wait "" "%Directory%" -xml "%SolutionDir%WindowsDataCenter\Minifier\MinifierConfig.xml"
start /wait /min "" "%Directory%" -xml "%SolutionDir%WindowsDataCenter\Minifier\MinifierConfig.xml"
GOTO :EOF