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