UI build cleanup.

This commit is contained in:
kayone 2013-11-20 22:26:18 -08:00
commit 0124bd9f1e
3 changed files with 3 additions and 406 deletions

View file

@ -133,9 +133,11 @@ Function RunGrunt()
Invoke-Expression 'npm install'
CheckExitCode
Invoke-Expression ('node ' + $gruntPath + ' packagerjs')
Invoke-Expression ('node ' + $gruntPath + ' packagerjs') -ErrorAction Continue -Verbose
CheckExitCode
Remove-Item $outputFolder\UI\build.txt -ErrorAction Continue
Write-Host "##teamcity[progressFinish 'Running Grunt']"
}