Skip to content

Commit 07dc579

Browse files
committed
Remove overkilling gem for this website: jekyll-minifier
1 parent f74d23c commit 07dc579

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ group :jekyll_plugins do
1010
gem 'jekyll-feed'
1111
gem 'jekyll-include-cache'
1212
gem 'jekyll-sitemap'
13-
gem 'jekyll-minifier'
1413
gem 'jekyll-liquify'
1514

1615
# No need this gem because we build by GitHub Actions and serve on Pages.

Gemfile.lock

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ GEM
1919
fiber-annotation
2020
fiber-local (~> 1.1)
2121
json
22-
cssminify2 (2.0.1)
2322
csv (3.3.4)
2423
em-websocket (0.5.3)
2524
eventmachine (>= 0.12.9)
2625
http_parser.rb (~> 0)
2726
ethon (0.16.0)
2827
ffi (>= 1.15.0)
2928
eventmachine (1.2.7)
30-
execjs (2.10.0)
3129
ffi (1.17.2-aarch64-linux-gnu)
3230
ffi (1.17.2-aarch64-linux-musl)
3331
ffi (1.17.2-arm-linux-gnu)
@@ -66,7 +64,6 @@ GEM
6664
typhoeus (~> 1.3)
6765
yell (~> 2.0)
6866
zeitwerk (~> 2.5)
69-
htmlcompressor (0.4.0)
7067
htmlentities (4.3.4)
7168
http_parser.rb (0.8.0)
7269
i18n (1.14.7)
@@ -101,21 +98,13 @@ GEM
10198
liquid
10299
logger
103100
redcarpet
104-
jekyll-minifier (0.1.10)
105-
cssminify2 (~> 2.0)
106-
htmlcompressor (~> 0.4)
107-
jekyll (>= 3.5)
108-
json-minify (~> 0.0.3)
109-
uglifier (~> 4.1)
110101
jekyll-sass-converter (3.1.0)
111102
sass-embedded (~> 1.75)
112103
jekyll-sitemap (1.4.0)
113104
jekyll (>= 3.7, < 5.0)
114105
jekyll-watch (2.2.1)
115106
listen (~> 3.0)
116107
json (2.11.3)
117-
json-minify (0.0.3)
118-
json (> 0)
119108
kramdown (2.5.1)
120109
rexml (>= 3.3.9)
121110
kramdown-parser-gfm (1.1.0)
@@ -172,21 +161,21 @@ GEM
172161
rouge (4.5.2)
173162
ruby-rc4 (0.1.5)
174163
safe_yaml (1.0.5)
175-
sass-embedded (1.87.0-aarch64-linux-gnu)
164+
sass-embedded (1.88.0-aarch64-linux-gnu)
176165
google-protobuf (~> 4.30)
177-
sass-embedded (1.87.0-aarch64-linux-musl)
166+
sass-embedded (1.88.0-aarch64-linux-musl)
178167
google-protobuf (~> 4.30)
179-
sass-embedded (1.87.0-arm-linux-gnueabihf)
168+
sass-embedded (1.88.0-arm-linux-gnueabihf)
180169
google-protobuf (~> 4.30)
181-
sass-embedded (1.87.0-arm-linux-musleabihf)
170+
sass-embedded (1.88.0-arm-linux-musleabihf)
182171
google-protobuf (~> 4.30)
183-
sass-embedded (1.87.0-arm64-darwin)
172+
sass-embedded (1.88.0-arm64-darwin)
184173
google-protobuf (~> 4.30)
185-
sass-embedded (1.87.0-x86_64-darwin)
174+
sass-embedded (1.88.0-x86_64-darwin)
186175
google-protobuf (~> 4.30)
187-
sass-embedded (1.87.0-x86_64-linux-gnu)
176+
sass-embedded (1.88.0-x86_64-linux-gnu)
188177
google-protobuf (~> 4.30)
189-
sass-embedded (1.87.0-x86_64-linux-musl)
178+
sass-embedded (1.88.0-x86_64-linux-musl)
190179
google-protobuf (~> 4.30)
191180
terminal-table (3.0.2)
192181
unicode-display_width (>= 1.1.1, < 3)
@@ -198,8 +187,6 @@ GEM
198187
bigdecimal (~> 3.1)
199188
typhoeus (1.4.1)
200189
ethon (>= 0.9.0)
201-
uglifier (4.2.1)
202-
execjs (>= 0.3.0, < 3)
203190
unicode-display_width (2.6.0)
204191
webrick (1.9.1)
205192
yell (2.2.2)
@@ -225,7 +212,6 @@ DEPENDENCIES
225212
jekyll-feed
226213
jekyll-include-cache
227214
jekyll-liquify
228-
jekyll-minifier
229215
jekyll-sitemap
230216
mini_racer
231217
rake

_config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ registration: https://dojocon-japan.doorkeeper.jp/events/176163
2525
plugins:
2626
- jekyll-feed
2727
- jekyll-include-cache
28-
- jekyll-minifier
2928
- jekyll-sitemap # This must be LAST to include contents generated by gems above
3029
- jekyll-liquify # This enable to use variables in frontmatter
3130

@@ -67,16 +66,3 @@ exclude:
6766
- vendor/cache/
6867
- vendor/gems/
6968
- vendor/ruby/
70-
71-
# See the official README for more options:
72-
# https://github.com/digitalsparky/jekyll-minifier
73-
jekyll-minifier:
74-
preserve_php: false
75-
compress_css: false # Comppressed by Sass. No need to set this 'true'
76-
compress_javascript: false # TODO: Setting this 'true' fails to build files.
77-
compress_json: true
78-
simple_doctype: false
79-
preserve_line_breaks: false
80-
simple_boolean_attributes: false
81-
compress_js_templates: false
82-

0 commit comments

Comments
 (0)