mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
inject production config value during jekyll generation
This commit is contained in:
parent
d88c5c2669
commit
a6f9989fa3
@ -50,7 +50,8 @@ module.exports = function(grunt){
|
||||
},
|
||||
production: {
|
||||
options: {
|
||||
lsi: true
|
||||
lsi: true,
|
||||
raw: 'production: true\n'
|
||||
}
|
||||
},
|
||||
development: {
|
||||
|
Loading…
Reference in New Issue
Block a user