mirror of https://github.com/hashicorp/consul
Disable compression for now
parent
24198904f9
commit
1c1e330da2
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem "less", "~> 2.4.0"
|
||||
gem "less", "~> 2.5.0"
|
||||
gem "middleman", "~> 3.3.2"
|
||||
|
||||
gem "middleman-minify-html", "~> 3.1.1"
|
||||
|
|
|
@ -15,7 +15,6 @@ set :markdown,
|
|||
# Build-specific configuration
|
||||
configure :build do
|
||||
activate :asset_hash
|
||||
activate :minify_css
|
||||
activate :minify_html
|
||||
activate :minify_javascript
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue