Sign in
chromium
/
external
/
github.com
/
twbs
/
bootstrap
/
refs/heads/v3-dev
/
.
/
docs
/
_plugins
/
bridge.rb
blob: f2e606383f97290b97f5aa601ca2743fbbfc7221 [
file
] [
log
] [
blame
] [
edit
]
require
'yaml'
module
Bridge
class
Generator
<
Jekyll
::
Generator
def
generate
(
site
)
site
.
data
[
"configBridge"
]
=
YAML
.
load_file
(
"./grunt/configBridge.json"
)
end
end
end