diff --git a/.travis.yml b/.travis.yml index 6fbd2a3d8..1d48a5ac7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ before_install: - if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then export TWBS_DO_VALIDATOR=0; fi install: - bundle install --deployment --jobs=3 - - gem install scss_lint --no-rdoc --no-ri - npm install -g grunt-cli - npm install cache: diff --git a/Gruntfile.js b/Gruntfile.js index b20922324..e4d0e43e7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -206,6 +206,7 @@ module.exports = function (grunt) { // CSS build configuration scsslint: { options: { + bundleExec: true, config: 'scss/.scsslint.yml', reporterOutput: null }, diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3e12c58b8..eb35020ba 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -30,6 +30,7 @@ + {% if page.layout == "docs" %} diff --git a/docs/_includes/header.html b/docs/_includes/header.html index bba5aad3d..e637dc470 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -19,10 +19,6 @@ - - - - diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index 5c3c0ea77..557f57ec2 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -15,9 +15,6 @@ - - -
@@ -126,5 +123,7 @@ }); + +