1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 07:49:45 +02:00

Improved: web interface load time should be significantly faster.

This commit is contained in:
kayone 2013-11-20 22:06:36 -08:00
parent 3311357df0
commit 4a5120a921

View File

@ -133,7 +133,7 @@ Function RunGrunt()
Invoke-Expression 'npm install'
CheckExitCode
Invoke-Expression ('node ' + $gruntPath + ' package')
Invoke-Expression ('node ' + $gruntPath + ' packagerjs')
CheckExitCode
Write-Host "##teamcity[progressFinish 'Running Grunt']"