• 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
This project manages its dependencies using npm. Learn more
npm-shrinkwrap.json 182.00 KiB
  "name": "bootstrap",
  "version": "3.3.2",
  "npm-shrinkwrap-version": "200.1.0",
  "node-version": "v0.12.0",
  "dependencies": {
    "btoa": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.1.2.tgz"
    "glob": {
      "version": "5.0.3",
      "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.3.tgz",
      "dependencies": {
        "inflight": {
          "version": "1.0.4",
          "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
          "dependencies": {
            "wrappy": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
        "inherits": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
        "minimatch": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
          "dependencies": {
            "brace-expansion": {
              "version": "1.1.0",
              "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
              "dependencies": {
                "balanced-match": {
                  "version": "0.2.0",
                  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
                "concat-map": {
                  "version": "0.0.1",
                  "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
        "once": {
          "version": "1.3.1",
          "resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
          "dependencies": {
            "wrappy": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
    "grunt": {
      "version": "0.4.5",
      "resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
      "dependencies": {
        "async": {
          "version": "0.1.22",
          "resolved": "https://registry.npmjs.org/async/-/async-0.1.22.tgz"
        "coffee-script": {
          "version": "1.3.3",