jekyll-minifier icon indicating copy to clipboard operation
jekyll-minifier copied to clipboard

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor

Results 20 jekyll-minifier issues
Sort by recently updated
recently updated
newest added

This plugin is not working anymore for me. No errors, just not minifying Here is my _config.yml ``` title: BoomBoom permalink: pretty markdown: kramdown exclude: [ 'disclaimer.html' ] sass: style:...

This is the error I get in the log: ``` /opt/build/cache/bundle/ruby/3.0.0/gems/uglifier-4.2.0/lib/uglifier.rb:291:in `parse_result': Unexpected token: keyword (default). To use ES6 syntax, harmony mode must be enabled with Uglifier.new(:harmony => true). (Uglifier::Error)...

Hi there, I use `jekyll-minifier` on some of my projects but when I put an svg tag as background image in a css file, the value of `background-image`, `url(SVG)` is...

In my HTML page, I've found that including JSON+LD is not getting compressed while other script tags are ``` { "@context": "https://schema.org", // etc } ``` My settings in `_config.yml`...

I saw that the script minifies CSS also, but has some bugs. If the word `0` is found, removes all postfixes added on it. (Like removing the % of 0%,...

CSS minifying is breaking calc() function removing the needed spaces. It the same problem explained here : https://github.com/digitalsparky/jekyll-minifier/issues/5 And still a problem in last version (0.1.10)

Single line comments (like below) in php ```php // a single line comment nextStatement(); ``` gets minified without being manipulated and turn into ```php // a single line comment nextStatement();...

This may be related to #22 but I've done a bit of digging and figured I'd throw it into its own issue. Please close/reassign as needed. I've been trying to...

Right now to enable or disable this plugin, the only options are with `JEKYLL_ENV` set to production/development or with a hack ``` jekyll-minifier: exclude: '**.*' ``` ^ which only works...

It's not working with `--incremental` build and I wish if it speeds up by using cache or something? It works with `--incremental` build but don't speed up and use this...