rename gulp tasks

This commit is contained in:
Joao Moreno
2018-01-24 09:38:09 +01:00
parent b5e2d0a6bc
commit 1d106e5afe
3 changed files with 6 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron
:: Get built-in extensions
node build\lib\builtInExtensions.js
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js builtInExtensions
if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js download-builtin-extensions
:: Build
if not exist out node .\node_modules\gulp\bin\gulp.js compile