pretzel
pretzel copied to clipboard
Jekyll Compress Layout not rendering a compressed page
I'm not sure if this is just chalked up to an issue with the particular Liquid renderer used in Pretzel or something else, but using the Jekyll Compress layout (https://github.com/penibelst/jekyll-compress-html) doesn't actually output compressed HTML on build.
Fortunately it does still build, there's just no difference between using the layout and not using the layout.
Thanks for the issue.
After a quick glance at the layout it based solely on Liquid so theoretically it should work.
But I think some adaptation have to be made, because we don't have the same variables than jekyll, like jekyll.environment .