From 4a5120a92152466a4c37687ba5f3596ed77efee5 Mon Sep 17 00:00:00 2001 From: kayone Date: Wed, 20 Nov 2013 22:06:36 -0800 Subject: [PATCH] Improved: web interface load time should be significantly faster. --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 18d66faa2..873c4d0c1 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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']"