diff options
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: { |
