pretzel icon indicating copy to clipboard operation
pretzel copied to clipboard

Jekyll Compress Layout not rendering a compressed page

Open AnonJr opened this issue 8 years ago • 1 comments

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.

AnonJr avatar Sep 18 '17 17:09 AnonJr

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 .

laedit avatar Sep 18 '17 17:09 laedit