mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
8a51daf280
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
12 lines
325 B
JSON
12 lines
325 B
JSON
{
|
|
"npm-modules": {
|
|
"key": "./npm-shrinkwrap.json",
|
|
"cache": "../node_modules",
|
|
"generate": "./uncached-npm-install.sh"
|
|
},
|
|
"rubygems": {
|
|
"key": "$BUNDLE_GEMFILE",
|
|
"cache": "../vendor/cache",
|
|
"generate": "cd .. ; bundle install --path=\"`pwd`/vendor/cache\""
|
|
}
|
|
}
|