Skip to content

Commit

Permalink
--incremental doesn't play well with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aav7fl committed Jul 19, 2020
1 parent 424af41 commit 5240524
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -144,6 +150,7 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
amp-jekyll!
Expand All @@ -163,4 +170,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
2.0.2
2.1.4
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']));
Expand Down

0 comments on commit 5240524

Please sign in to comment.