Code52 / pretzel

A site generation tool (and then some) for .NET platforms
http://code52.org/pretzel/
Microsoft Public License
597 stars 163 forks source link

Jekyll Compress Layout not rendering a compressed page #323

Open AnonJr opened 7 years ago

AnonJr commented 7 years ago

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.

laedit commented 7 years ago

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 .