diff options
| author | Gleb Mazovetskiy <[email protected]> | 2014-12-15 18:18:27 +0000 |
|---|---|---|
| committer | Gleb Mazovetskiy <[email protected]> | 2014-12-24 22:21:39 +0200 |
| commit | 8a51daf280ebb252ef51a979e3f18dd5be84c6c9 (patch) | |
| tree | 49d765c2f3c86921806b6604a44650f4e356b60f /test-infra/S3Cachefile.json | |
| parent | e1bb907050bbf1598f58a53fc64e2432753d5b24 (diff) | |
| download | bootstrap-8a51daf280ebb252ef51a979e3f18dd5be84c6c9.tar.xz bootstrap-8a51daf280ebb252ef51a979e3f18dd5be84c6c9.zip | |
Compile with Ruby Sass or libsass.
* 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`.
Diffstat (limited to 'test-infra/S3Cachefile.json')
| -rw-r--r-- | test-infra/S3Cachefile.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-infra/S3Cachefile.json b/test-infra/S3Cachefile.json index 04d809246..90eae796d 100644 --- a/test-infra/S3Cachefile.json +++ b/test-infra/S3Cachefile.json @@ -5,8 +5,8 @@ "generate": "./uncached-npm-install.sh" }, "rubygems": { - "key": "../pseudo_Gemfile.lock", - "cache": "$GEMDIR", - "generate": "gem install -N scss-lint -v $SCSS_LINT_VERSION && gem install -N jekyll -v $JEKYLL_VERSION && gem install -N rouge -v $ROUGE_VERSION" + "key": "$BUNDLE_GEMFILE", + "cache": "../vendor/cache", + "generate": "cd .. ; bundle install --path=\"`pwd`/vendor/cache\"" } } |
