-
I receive a version conflict error when deploying to Heroku.
When I specify the latest dustjs-linkedin version (2.3.x as of this writing) in my package.json, the build fails due to a conflicting ver…
-
When deploying a build to heroku, the compile/deploy step fails due to a version conflict between my package.json containing the latest (2.3.x) of dustjs-linkedin and the specified 2.0.0 version in Ma…
-
I used `{@eq}` in my dust template, it works fine on it's test website : http://linkedin.github.io/dustjs/test/test.html
But didn't work in kraken. Could anybody tell me what's wrong with it?
data:…
-
I have template code that I've dumbed down to:
```
{@eq key="yes" value="yes"}
yes
{:else}
no
{/eq}
```
When I render it server side (using consolidate), it gives me the expected value of `y…
-
data:
```
{path:'/console'}
```
usage:
```
{@eq key="{path}" value="/console"} ok {/eq}
```
I'm confused by this, I have readed this doc, but it doesn't show how to compare string : https://github…
-
The module doesn't allow to load a page. When I enable it as writtent in your manual it doesn't load a page. The browser just freezes in the middle of the request. No errors, no any additional info, …
wzup updated
10 years ago
-
I'm trying to use intlMessage with a base context but my the context's frame has head coming in as undefined. This results in some JS errors on the client side. I can post some code to create.
Do you…
-
I'm trying to get dust4j running with Tomcat, and I'm seeing an error I cannot figure out.
Here is my filter in the web.xml:
```
DustJS compiler
dustCompilingFilter
me.…
-
Hello,
I installed dustjs-linkedin on my machine using npm install --global dustjs-linkedin and when I try to pre-compile the template using dustc from the command line I get this error below:
/usr/…
-
It looks like the package.json has been updated to correctly reflect updated dustjs-linkedin version. However, what is published on NPM does not match what is on github with the same version in the pa…