mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-25 11:18:35 +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: {
|
jekyll: {
|
||||||
options: {
|
options: {
|
||||||
src : '<%= config.src %>/',
|
src : '<%= config.src %>/',
|
||||||
config: './_config.yml',
|
config: './_config.yml'
|
||||||
lsi: true
|
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
options: {
|
options: {
|
||||||
//lsi: true
|
lsi: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
development: {
|
development: {
|
||||||
|
Loading…
Reference in New Issue
Block a user