Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / _plugins / bridge.rb
1 require 'yaml'
2
3 module Bridge
4   class Generator < Jekyll::Generator
5     def generate(site)
6       site.data["configBridge"] = YAML.load_file("./grunt/configBridge.json")
7     end
8   end
9 end