1
0
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:
Matthias Kretschmann 2014-09-06 00:41:20 +02:00
parent d88c5c2669
commit a6f9989fa3

View File

@ -50,7 +50,8 @@ module.exports = function(grunt){
},
production: {
options: {
lsi: true
lsi: true,
raw: 'production: true\n'
}
},
development: {