mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
aa9182cab4
[skip sauce]
12 lines
354 B
JSON
12 lines
354 B
JSON
{
|
|
"npm-modules": {
|
|
"key": "./npm-shrinkwrap.json",
|
|
"cache": "../node_modules",
|
|
"generate": "./uncached-npm-install.sh"
|
|
},
|
|
"rubygems": {
|
|
"key": "../pseudo_Gemfile.lock",
|
|
"cache": "$GEMDIR",
|
|
"generate": "gem install -N jekyll -v $JEKYLL_VERSION && gem install -N rouge -v $ROUGE_VERSION"
|
|
}
|
|
}
|