aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGleb Mazovetskiy <[email protected]>2014-12-15 18:18:27 +0000
committerGleb Mazovetskiy <[email protected]>2014-12-24 22:21:39 +0200
commit8a51daf280ebb252ef51a979e3f18dd5be84c6c9 (patch)
tree49d765c2f3c86921806b6604a44650f4e356b60f /package.json
parente1bb907050bbf1598f58a53fc64e2432753d5b24 (diff)
downloadbootstrap-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 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 049eec999..8d0502a83 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
+ "grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",