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