From c799b575c150efa75bc010919157cf582e8dc992 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 10 Jul 2014 16:34:01 +0200 Subject: [PATCH] generate lsi index only in production --- Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 299dc3f0..319c9502 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -46,12 +46,11 @@ module.exports = function(grunt){ jekyll: { options: { src : '<%= config.src %>/', - config: './_config.yml', - lsi: true + config: './_config.yml' }, production: { options: { - //lsi: true + lsi: true } }, development: {