digitalsparky / jekyll-minifier

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
GNU General Public License v3.0
245 stars 25 forks source link

After quick rendering of all the pages, jekyll sits for > 1 minute before finishing #33

Open johlym opened 6 years ago

johlym commented 6 years ago

This is related to the plugin's presence, but I'm having a hard time figuring out what's going on behind the scenes.

Each of

         Rendering: file.name
  Pre-Render Hooks: file.name
  Rendering Liquid: file.name
  Rendering Markup: file.name
  Rendering Layout: file.name

Takes no longer than normal, but after this stage is complete, there's no output until at least a minute later and Jekyll quickly finishes.

Any ideas what might be going on?

jobgetteamdev commented 6 years ago

I'd love this too, I have no idea what's taking the minifier so long