File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ gem 'middleman-favicon-maker'
55
66gem 'middleman-inline_svg'
77gem 'middleman-livereload'
8- gem 'middleman-minify-html'
98gem 'middleman-robots'
109gem 'middleman-tailwind' , github : 'teaforthecat/middleman-tailwind' , branch : 'upgrade-execs-to-3.4.1'
Original file line number Diff line number Diff line change 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 )
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
173168BUNDLED WITH
174- 2.7.2
169+ 2.7.2
Original file line number Diff line number Diff line change 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[ / ] } ] ,
You can’t perform that action at this time.
0 commit comments