VirtoCommerce / vc-storefront-deprecated

VirtoCommerce Storefront for ASP.NET (.NET Framework) repository (DEPRECATED)
http://virtocommerce.com
Other
26 stars 113 forks source link

Replace DotLiquid with Liquid.NET #6

Closed miguelhasse closed 4 years ago

miguelhasse commented 7 years ago

Well the title say it all... unlike DotLiquid which is a grammarless parser, https://github.com/mikebridge/Liquid.NET is a grammar based parser providing more reliable rendering results and extensibility (as an AST is built by the parser). It also opens the way to implementing a language service for Liquid templates.

tatarincev commented 7 years ago

Thanks for resource! We will soon begin migration storefront to ASP.NET Core and maybe changing Liquid engine. Also we have some plans to write sample theme based on Razor view engine. But the current DotLiquid as it turned out not so bad :)

tatarincev commented 4 years ago

Replaced to Scriban https://github.com/VirtoCommerce/vc-storefront-core/releases/tag/v4.0.0