faster code.bat

pull/6136/head
Joao Moreno 2016-05-04 11:16:02 +02:00
parent bfec11d703
commit cb9b185237
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pushd %~dp0\..
if not exist node_modules call .\scripts\npm.bat install
:: Get electron
node .\node_modules\gulp\bin\gulp.js electron
if not exist .build\electron node .\node_modules\gulp\bin\gulp.js electron
:: Build
if not exist out node .\node_modules\gulp\bin\gulp.js compile