diff --git a/.hound.yml b/.hound.yml index d47b1677ddb1..2a6b0559242b 100644 --- a/.hound.yml +++ b/.hound.yml @@ -2,6 +2,12 @@ fail_on_violations: true stylelint: config_file: build/.stylelintrc + enabled: true + ignore_file: .houndignore + +eslint: + config_file: js/.eslintrc.json + ignore_file: .houndignore scss: enabled: false @@ -9,9 +15,5 @@ scss: jshint: enabled: false -eslint: - config_file: js/.eslintrc.json - ignore_file: .houndignore - ruby: enabled: false diff --git a/Gemfile b/Gemfile index 2c0ac91d55c9..135694ee65f9 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ group :development, :test do gem 'jekyll', '~> 3.6.0' gem 'jekyll-redirect-from', '~> 0.12.1' gem 'jekyll-sitemap', '~> 1.1.1' - gem 'jekyll-toc', '~> 0.3.0' + gem 'jekyll-toc', '~> 0.4.0.rc2' end diff --git a/Gemfile.lock b/Gemfile.lock index 99c54cc877de..0be2f9d180ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM sass (~> 3.4) jekyll-sitemap (1.1.1) jekyll (~> 3.3) - jekyll-toc (0.3.0) + jekyll-toc (0.4.0.rc2) nokogiri (~> 1.6) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) @@ -39,7 +39,7 @@ GEM mini_portile2 (~> 2.3.0) nokogiri (1.8.1-x64-mingw32) mini_portile2 (~> 2.3.0) - pathutil (0.14.0) + pathutil (0.16.0) forwardable-extended (~> 2.6) public_suffix (3.0.0) rb-fsevent (0.10.2) @@ -47,7 +47,7 @@ GEM ffi (>= 0.5.0, < 2) rouge (2.2.1) safe_yaml (1.0.4) - sass (3.5.1) + sass (3.5.2) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -61,7 +61,7 @@ DEPENDENCIES jekyll (~> 3.6.0) jekyll-redirect-from (~> 0.12.1) jekyll-sitemap (~> 1.1.1) - jekyll-toc (~> 0.3.0) + jekyll-toc (~> 0.4.0.rc2) BUNDLED WITH 1.15.4 diff --git a/README.md b/README.md index b9104e7e80cd..d1b52608e7c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs »
+ Explore Bootstrap docs »
Bootstrap Themes
- ·
+ ·
Job Board
- ·
+ ·
Blog
CSS files | +Layout | +Content | +Components | +Utilities | +
---|---|---|---|---|
+ bootstrap.css bootstrap.min.css |
+ All | +All | +All | +All | +
+ bootstrap-grid.css bootstrap-grid.min.css |
+ Only grid system | +No | +No | +Only flex utilities | +
+ bootstrap-reboot.css bootstrap-reboot.min.css |
+ No | +Only Reboot | +No | +No | +
Template necessary for the test.
' + '