-
hello guys,
Is it possible to merge [Steve's](https://github.com/SteveLillis) optimization changes with VirtoCommerce/dotLiquid fork? May be for new store-front?
You can read about his changes [here…
-
The current Liquid version supports break and continue: https://github.com/Shopify/liquid/pull/140
Pretzel should support it, too.
Exception: Pretzel.Logic.Exceptions.PageProcessingException: Failed …
-
I keep getting an error (from "MRefBuilder") about a missing "Newtonsoft.Json" reference - which is really odd, because I do have that file - just in a more recent version:
```
[Sandcastle Help File …
ghost updated
8 years ago
-
I am currently trying to create a category generator plugin for Pretzel and I am facing some problems. I understood that in order to generate files, I had to create a class that inherits `ITransform`.…
-
I am developing asp.net mvc web application with dotliquid view engine and want to use 'Include' tag with The 'with' parameter so that it will be like partial view like below.
```
{% include 'test' …
-
I am getting the following error. Does anyone have a idea what it is?
Value cannot be null. Parameter name: replacement
at DotLiquid.Strainer.Invoke(String method, List`1 args) at DotLiquid.Variable.…
-
Using pretzel 0.2.1.169 (build 175) which I downloaded from [Appveyor](https://ci.appveyor.com/project/laedit/pretzel/build/artifacts) (non script cs zip), the post_url tag doesn't respect the permali…
-
Fresh install on Arvixe. All went well, but when site starts, I get :
Server Error in '/' Application.
Runtime Error
Description: An exception occurred while processing your request. Additionally,…
-
I was trying to use Suave.Razor on a Azure WebSite machine - this was through `app.fsx` script that was executed by FAKE. However, I was getting the following error:
> Could not load file or assembly…
-
Hi there,
I hope anyone could help me out here. I'm using the dotliquid nuget-package (1.8.0) and I have problems using the modulo-filter.
Lot more info here: http://stackoverflow.com/questions/323…