diff options
| author | XhmikosR <[email protected]> | 2015-10-28 07:20:47 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-10-29 08:12:33 +0200 |
| commit | 608dead1fe60bbd974435fad079c5347b00371fb (patch) | |
| tree | 1d7972da59f96325744f50a16073b1676cfcab75 /Gruntfile.js | |
| parent | 364925f9513959b04b3e685f6d59d41a269e93d1 (diff) | |
| download | bootstrap-608dead1fe60bbd974435fad079c5347b00371fb.tar.xz bootstrap-608dead1fe60bbd974435fad079c5347b00371fb.zip | |
Update to Jekyll v3.0.0.
[skip sauce]
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index c80834aa3..02a48fed5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -325,7 +325,8 @@ module.exports = function (grunt) { jekyll: { options: { bundleExec: true, - config: '_config.yml' + config: '_config.yml', + incremental: false }, docs: {}, github: { |
