From 7ccfc79080a0383912f87484c9e100b3c56d1572 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 29 Aug 2017 12:40:57 +0200 Subject: [PATCH] update BuildBelle.bat to use gulp build task --- build/BuildBelle.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/BuildBelle.bat b/build/BuildBelle.bat index a6fafd669e..7f13d548dc 100644 --- a/build/BuildBelle.bat +++ b/build/BuildBelle.bat @@ -57,13 +57,13 @@ IF NOT [%npmPath%] == [] GOTO :build ECHO Change directory to %CD%\..\src\Umbraco.Web.UI.Client\ CD %CD%\..\src\Umbraco.Web.UI.Client\ - ECHO Do npm install and the grunt build of Belle + ECHO Do npm install and the gulp build of Belle call npm cache clean --quiet call npm install -g gulp-cli --quiet call npm install -g bower --quiet call npm install --quiet - call gulp --buildversion=%release% + call gulp build --buildversion=%release% ECHO Move back to the build folder CD "%buildFolder%" \ No newline at end of file