diff --git a/Gemfile.lock b/Gemfile.lock index dc1b7f7e5..dd59a646f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,10 +23,12 @@ GEM ethon (0.12.0) ffi (>= 1.3.0) eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) faraday (0.15.4) multipart-post (>= 1.2, < 3) fastimage (2.1.7) ffi (1.13.1) + ffi (1.13.1-x64-mingw32) forwardable-extended (2.6.0) html-proofer (3.15.3) addressable (~> 2.3) @@ -85,6 +87,8 @@ GEM multipart-post (2.1.1) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) + nokogiri (1.10.10-x64-mingw32) + mini_portile2 (~> 2.4.0) nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) octokit (4.14.0) @@ -132,6 +136,8 @@ GEM safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + sassc (2.4.0-x64-mingw32) + ffi (~> 1.9) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -144,6 +150,7 @@ GEM PLATFORMS ruby + x64-mingw32 DEPENDENCIES amp-jekyll! @@ -163,4 +170,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 2.0.2 + 2.1.4 diff --git a/gulpfile.js b/gulpfile.js index ab1e3df38..0f47b4831 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ var shell = require('gulp-shell'); var browserSync = require('browser-sync').create(); // Task for building blog when something changed: -gulp.task('build', shell.task(['bundle exec jekyll build > /dev/null 2>&1 && bundle exec jekyll build --watch --drafts --incremental'])); +gulp.task('build', shell.task(['bundle exec jekyll build > /dev/null 2>&1 && bundle exec jekyll build --watch --drafts'])); // Gulp task for running rake tests: gulp.task('test', shell.task(['bundle exec rake test']));