aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-03-21 18:18:11 +1100
committerBardi Harborow <[email protected]>2017-03-21 21:37:33 +1100
commitcab6f7d16ca64dfcb0de002940d085c8cfe8b304 (patch)
tree46380fdfc3c66535653b0e7170e6f6fa9eb77b57 /docs/_plugins
parent1ecb74e007b8f2c00f89ff083fb7732098d019f7 (diff)
downloadbootstrap-cab6f7d16ca64dfcb0de002940d085c8cfe8b304.tar.xz
bootstrap-cab6f7d16ca64dfcb0de002940d085c8cfe8b304.zip
More config tweaks.
Diffstat (limited to 'docs/_plugins')
-rw-r--r--docs/_plugins/bridge.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/_plugins/bridge.rb b/docs/_plugins/bridge.rb
deleted file mode 100644
index 69a13fbbb..000000000
--- a/docs/_plugins/bridge.rb
+++ /dev/null
@@ -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