diff --git a/Gruntfile.js b/Gruntfile.js
index 0e4fc244b6..dd0cc96009 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,4 +1,6 @@
+/* jshint node: true */
module.exports = function(grunt) {
+ "use strict";
// Project configuration.
grunt.initConfig({
@@ -26,6 +28,7 @@ module.exports = function(grunt) {
},
jshint: {
options: {
+ ignores: [],// HACK: workaround https://github.com/gruntjs/grunt-contrib-jshint/issues/86
jshintrc: 'js/.jshintrc'
},
gruntfile: {
diff --git a/_config.yml b/_config.yml
index 23e1ef8ca3..6dc300d668 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,8 +12,8 @@ port: 9001
# Custom vars
repo: https://github.com/twbs/bootstrap
-download: https://github.com/twbs/bootstrap/archive/v3.0.0-rc1.zip
-download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0-rc1/bs-v3.0.0-rc1-dist.zip
+download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
+download_dist: http://getbootstrap.com/bs-v3.0.0-rc1-dist.zip
examples: http://examples.getbootstrap.com
examples_repo: https://github.com/twbs/bootstrap-examples
diff --git a/_layouts/default.html b/_layouts/default.html
index 556c0fe1d6..67b81b9e87 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -48,9 +48,6 @@
-
- Back to top
-