1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00

generate lsi index only in production

This commit is contained in:
Matthias Kretschmann 2014-07-10 16:34:01 +02:00
parent f442a651ad
commit c799b575c1

View File

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