Don't need to globally install bower anymore in this helper batch script

This commit is contained in:
Warren Buckley
2018-10-11 10:54:45 +01:00
parent a0c7a45a4c
commit 7ebccb1a36

View File

@@ -12,12 +12,11 @@ if /I "%c%" EQU "N" goto :eof
:setupgulp
call npm install
call npm -g install bower
call npm -g install gulp
call npm -g install gulp-cli
ECHO.
ECHO.
ECHO You should now be able to run: gulp build
ECHO You should now be able to run: gulp build or gulp dev
ECHO.
ECHO.