Remove dependency on bootstrap

This greatly reduces our javascript footprint
This commit is contained in:
Seth Vargo 2017-03-26 16:58:16 -04:00
parent dd44ad7b85
commit 4fb3f7f32a
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF
5 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "middleman-hashicorp", "0.3.17"
gem "middleman-hashicorp", "0.3.18"

View file

@ -77,7 +77,7 @@ GEM
rack (>= 1.4.5, < 2.0)
thor (>= 0.15.2, < 2.0)
tilt (~> 1.4.1, < 2.0)
middleman-hashicorp (0.3.17)
middleman-hashicorp (0.3.18)
bootstrap-sass (~> 3.3)
builder (~> 3.2)
middleman (~> 3.4)
@ -138,7 +138,7 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uber (0.0.15)
uglifier (2.7.2)
@ -151,7 +151,7 @@ PLATFORMS
ruby
DEPENDENCIES
middleman-hashicorp (= 0.3.17)
middleman-hashicorp (= 0.3.18)
BUNDLED WITH
1.14.6

View file

@ -1,4 +1,4 @@
VERSION?="0.3.17"
VERSION?="0.3.18"
website:
@echo "==> Starting website in Docker..."

View file

@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.17",
"image": "hashicorp/middleman-hashicorp:0.3.18",
"discard": "true",
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
}

View file

@ -1,6 +1,5 @@
//= require turbolinks
//= require jquery
//= require bootstrap
//= require hashicorp/mega-nav
//= require hashicorp/sidebar