-
Hi there,
you are most likely aware of this, but I'm filing this as an issue anyway. As you point out in the wiki (https://github.com/linkedin/dustjs/wiki/Dust-Tutorial#Parameter_rules) params will o…
-
I am looking at using DustJS as at templating library. I would really like to compile templates down to javascript from the command line, and then include them in by static asset build system.
Does a…
-
I'm working on an application which consumes hal+json documents and uses dustjs for templating. The [spec for hal+json](https://tools.ietf.org/html/draft-kelly-json-hal-06#section-8.2) documents the u…
-
Working on a project that takes XML and converts it to JSON for rending by a dustjs template. In a lot of cases, some of the content has converted namespaces and the nesting level is somewhat deep. …
-
Dustjs-linkedin 2.7.5 still depends on chokidar 1.5.2, which depends on a component which has a vulnerability: https://snyk.io/test/npm/braces/1.8.5
This dependent vulnerability is fixed in new…
-
Find alternate client-side templating solution (handlebars?).
-
In the documentation, one may read :
Parameters accept interpolated string literals as values: {#snippet id="{name}_id"/}
However, here is a test case that shows that it currently does not work : …
-
Would love an AMD version of dust that works with RequireJS that kicked out AMD compiled templates as well.
-
I have the following setup with hapij 8.4.0:
``` javascript
function (cb) {
var caching = (process.env.NODE_ENV === 'production') ? true : false;
var engine = require(…
-
Tracking issue for the 2.8 release.
The goal of 2.8 is to wrap up the commits that have landed over the last year before work on a Dust 3.0.
- [x] #733
- [ ] Update all dependencies (devdeps a…