Skip to content

Commit

Permalink
faster code.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed May 4, 2016
1 parent bfec11d commit cb9b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/code.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb9b185

Please sign in to comment.