From 55e0af118a008d0880b2977c6621b5ed84f830db Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 8 Sep 2017 23:29:16 +0200 Subject: [PATCH] Weirdly this errored out on 7.7 with a "Task 'cli' is not in your gulpfile" error.. not sure why this exact same file works in this branch --- build/BuildBelle.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BuildBelle.bat b/build/BuildBelle.bat index f5906efb7d..dfbe634393 100644 --- a/build/BuildBelle.bat +++ b/build/BuildBelle.bat @@ -56,7 +56,7 @@ FOR /f "delims=" %%A in ('dir "%nodeExtractFolder%\node*" /b') DO SET "nodePath= ECHO Installing bower call npm install -g bower - ECHO Installing gulp & gulp cli + ECHO Installing gulp and gulp cli call npm install -g gulp call npm install -g gulp-cli