• Gleb Mazovetskiy's avatar
    Compile with Ruby Sass or libsass. · 8a51daf2
    Gleb Mazovetskiy authored
    * 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`.
    8a51daf2
core.gemfile 200 bytes
# Ruby Gems for the 'core' set of tests
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
source 'https://rubygems.org'
gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31'