Current Path : /proc/thread-self/root/webspace/www.babilon.be/html/twitter-bootstrap/docs/_plugins/ |
Current File : //proc/thread-self/root/webspace/www.babilon.be/html/twitter-bootstrap/docs/_plugins/bridge.rb |
require 'yaml' module Bridge class Generator < Jekyll::Generator def generate(site) site.data["configBridge"] = YAML.load_file("./grunt/configBridge.json") end end end