From 4d554fd5ea4511fa9bcd627bfc2bf3362f420091 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 26 Mar 2017 16:58:16 -0400 Subject: [PATCH] Remove dependency on bootstrap This greatly reduces our javascript footprint --- website/Gemfile | 2 +- website/Gemfile.lock | 6 +++--- website/Makefile | 2 +- website/packer.json | 2 +- website/source/assets/javascripts/application.js | 1 - 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/website/Gemfile b/website/Gemfile index 3a22f44c0a..24926e6fd1 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "middleman-hashicorp", "0.3.17" +gem "middleman-hashicorp", "0.3.18" diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 18c94e4b1a..502823760a 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -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 diff --git a/website/Makefile b/website/Makefile index cc47b65c2b..0a80966c76 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,4 +1,4 @@ -VERSION?="0.3.17" +VERSION?="0.3.18" website: @echo "==> Starting website in Docker..." diff --git a/website/packer.json b/website/packer.json index ca61b412fa..ac5c88ad00 100644 --- a/website/packer.json +++ b/website/packer.json @@ -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"] } diff --git a/website/source/assets/javascripts/application.js b/website/source/assets/javascripts/application.js index 0c472c96cc..ad181b4cce 100644 --- a/website/source/assets/javascripts/application.js +++ b/website/source/assets/javascripts/application.js @@ -1,6 +1,5 @@ //= require turbolinks //= require jquery -//= require bootstrap //= require hashicorp/mega-nav //= require hashicorp/sidebar