mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
generate lsi index only in production
This commit is contained in:
parent
f442a651ad
commit
c799b575c1
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user