update buildbell.bat file to use gulp

This commit is contained in:
Per Ploug
2017-01-10 14:58:46 +01:00
parent 7c9476ca41
commit a68eb91c14

View File

@@ -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%