More config tweaks.
This commit is contained in:
parent
1ecb74e007
commit
cab6f7d16c
7 changed files with 9 additions and 38 deletions
|
|
@ -1,10 +0,0 @@
|
|||
require 'yaml'
|
||||
|
||||
module Bridge
|
||||
class Generator < Jekyll::Generator
|
||||
def generate(site)
|
||||
path = File.join(site.source, "../grunt/configBridge.json")
|
||||
site.data["configBridge"] = YAML.load_file(path)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue