Remove jekyll-minifier

This commit is contained in:
stefan burke 2024-11-05 16:18:22 +00:00
parent 00b861676e
commit cc6697f73e
5 changed files with 1 additions and 19 deletions

View file

@ -1,8 +1,8 @@
image: nixos/latest
packages:
- nixos.bundler
- nixos.html-minifier
- nixos.neocities-cli
- nixos.bundler
- nixos.sass
environment:
repo: newbarn

View file

@ -4,6 +4,5 @@ gem "jekyll"
group :jekyll_plugins do
gem "jekyll-sitemap"
gem "jekyll-minifier"
gem "jekyll-toc"
end

View file

@ -6,12 +6,10 @@ GEM
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
cssminify2 (2.0.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.10.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
@ -21,7 +19,6 @@ GEM
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
@ -41,12 +38,6 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-minifier (0.1.10)
cssminify2 (~> 2.0)
htmlcompressor (~> 0.4)
jekyll (>= 3.5)
json-minify (~> 0.0.3)
uglifier (~> 4.1)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
@ -56,9 +47,6 @@ GEM
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.6)
json-minify (0.0.3)
json (> 0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@ -90,8 +78,6 @@ GEM
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
webrick (1.9.0)
@ -101,7 +87,6 @@ PLATFORMS
DEPENDENCIES
jekyll
jekyll-minifier
jekyll-sitemap
jekyll-toc

View file

@ -2,7 +2,6 @@ url: "https://newbarnltd.co.uk"
plugins:
- jekyll-sitemap
- jekyll-minifier
- jekyll-toc
collections:

View file

@ -3,7 +3,6 @@ mkShell {
buildInputs = [
bundler
html-minifier
lightningcss
neocities-cli
sass
];