From f14113133d8108e544996dbfe19e470ddf991919 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:16:01 +0300 Subject: [PATCH 1/2] Remove `gem install scss_lint` from Travis. Instead, use `bundleExec: true` for grunt-scss-lint. --- .travis.yml | 1 - Gruntfile.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 }, From 87a3fdd1b716aefef8272994ea3f6f32601deaae Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Sep 2015 12:16:01 +0300 Subject: [PATCH 2/2] Clean up inclusion of IE-specific JS files. Move them to footer, and remove duplicate ones. [ci skip] --- docs/_includes/footer.html | 1 + docs/_includes/header.html | 4 ---- docs/examples/album/index.html | 5 ++--- docs/examples/blog/index.html | 3 --- docs/examples/carousel/index.html | 3 --- docs/examples/cover/index.html | 3 --- docs/examples/dashboard/index.html | 3 --- docs/examples/grid/index.html | 5 ++--- docs/examples/jumbotron/index.html | 5 ++--- docs/examples/justified-nav/index.html | 5 ++--- docs/examples/narrow-jumbotron/index.html | 5 ++--- docs/examples/navbar-top-fixed/index.html | 5 ++--- docs/examples/navbar-top/index.html | 5 ++--- docs/examples/navbar/index.html | 5 ++--- docs/examples/offcanvas/index.html | 3 --- docs/examples/signin/index.html | 5 ++--- docs/examples/starter-template/index.html | 5 ++--- docs/examples/sticky-footer-navbar/index.html | 5 ++--- docs/examples/sticky-footer/index.html | 5 ++--- docs/examples/tooltip-viewport/index.html | 3 --- 20 files changed, 25 insertions(+), 58 deletions(-) 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 @@ }); + + diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index b1acf85ef..a598f8413 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -16,9 +16,6 @@ - - - diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 9c6ae35d9..d34786540 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -14,9 +14,6 @@ - - - diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index e7c7539a9..54b0d705a 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -16,9 +16,6 @@ - - - diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 6d92f41ae..b51f2d86e 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -16,9 +16,6 @@ - - - diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 3c4c68df6..c64b37dc5 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -16,9 +16,6 @@ - - - @@ -176,5 +173,7 @@ + + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 37ddabf4b..674c5c2b5 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -16,9 +16,6 @@ - - - @@ -81,5 +78,7 @@ + + diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index ad3de8352..b0d37f464 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -16,9 +16,6 @@ - - - @@ -79,5 +76,7 @@ + + diff --git a/docs/examples/narrow-jumbotron/index.html b/docs/examples/narrow-jumbotron/index.html index 3a52a710d..86c732ba7 100644 --- a/docs/examples/narrow-jumbotron/index.html +++ b/docs/examples/narrow-jumbotron/index.html @@ -16,9 +16,6 @@ - - - @@ -81,5 +78,7 @@ + + diff --git a/docs/examples/navbar-top-fixed/index.html b/docs/examples/navbar-top-fixed/index.html index b5caa644d..c716bec7d 100644 --- a/docs/examples/navbar-top-fixed/index.html +++ b/docs/examples/navbar-top-fixed/index.html @@ -15,9 +15,6 @@ - - - @@ -50,5 +47,7 @@ + + diff --git a/docs/examples/navbar-top/index.html b/docs/examples/navbar-top/index.html index f54f5eafd..87c73d56d 100644 --- a/docs/examples/navbar-top/index.html +++ b/docs/examples/navbar-top/index.html @@ -15,9 +15,6 @@ - - - @@ -48,5 +45,7 @@ + + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 51328c795..53269a094 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -16,9 +16,6 @@ - - - @@ -70,5 +67,7 @@ + + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 5382011f7..6dc7c044c 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -16,9 +16,6 @@ - - - diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index 9fb60b33c..6a7b99c2f 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -16,9 +16,6 @@ - - - @@ -45,5 +42,7 @@ + + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 84b3bdec6..ca82debb2 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -16,9 +16,6 @@ - - - @@ -54,5 +51,7 @@ + + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 56408c6a8..fc41d08b4 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -16,9 +16,6 @@ - - - @@ -79,5 +76,7 @@ + + diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index dd5b4e39a..9dcb7a8ef 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -16,9 +16,6 @@ - - - @@ -42,5 +39,7 @@ + + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index e5773948c..7327331e1 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -16,9 +16,6 @@ - - -