Skip to content

Commit 11cb183

Browse files
committed
Remove middleman-minify-html plugin
1 parent 30b1466 commit 11cb183

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ gem 'middleman-favicon-maker'
55

66
gem 'middleman-inline_svg'
77
gem 'middleman-livereload'
8-
gem 'middleman-minify-html'
98
gem 'middleman-robots'
109
gem 'middleman-tailwind', github: 'teaforthecat/middleman-tailwind', branch: 'upgrade-execs-to-3.4.1'

Gemfile.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ GEM
5555
concurrent-ruby (~> 1.0)
5656
hashie (5.1.0)
5757
logger
58-
htmlcompressor (0.2.0)
5958
http_parser.rb (0.8.1)
6059
i18n (1.14.8)
6160
concurrent-ruby (~> 1.0)
@@ -111,9 +110,6 @@ GEM
111110
em-websocket (~> 0.5.1)
112111
middleman-core (>= 3.3)
113112
rack-livereload (~> 0.3.15)
114-
middleman-minify-html (3.4.1)
115-
htmlcompressor (~> 0.2.0)
116-
middleman-core (>= 3.2)
117113
middleman-robots (1.3.7)
118114
middleman-cli (~> 4.0)
119115
middleman-core (~> 4.0)
@@ -166,9 +162,8 @@ DEPENDENCIES
166162
middleman-favicon-maker
167163
middleman-inline_svg
168164
middleman-livereload
169-
middleman-minify-html
170165
middleman-robots
171166
middleman-tailwind!
172167

173168
BUNDLED WITH
174-
2.7.2
169+
2.7.2

config.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
activate :directory_indexes
2727
activate :favicon_maker, icons: generate_favicons_hash
2828
activate :gzip
29-
activate :minify_html
3029
activate :relative_assets
3130
activate :robots,
3231
rules: [{ user_agent: '*', allow: %w[/] }],

0 commit comments

Comments
 (0)