From a68eb91c145e6fbab0fa3e1b921ccf09a91fa242 Mon Sep 17 00:00:00 2001 From: Per Ploug Date: Tue, 10 Jan 2017 14:58:46 +0100 Subject: [PATCH] update buildbell.bat file to use gulp --- build/BuildBelle.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/BuildBelle.bat b/build/BuildBelle.bat index 8a07ee380a..7fb1725cb2 100644 --- a/build/BuildBelle.bat +++ b/build/BuildBelle.bat @@ -25,9 +25,8 @@ CD %CD%\..\src\Umbraco.Web.UI.Client\ ECHO Do npm install and the grunt build of Belle call npm cache clean --quiet call npm install --quiet -call npm install -g grunt-cli --quiet -call npm install -g bower --quiet -call grunt build --buildversion=%release% +call npm install -g gulp-cli --quiet +call gulp --buildversion=%release% ECHO Move back to the build folder CD %buildFolder% \ No newline at end of file