-
DustJS seemed great at the time we wrote this whole thing, but we don't really love it anymore. There's probably a better templating language for a case like this where whitespace matters (for example…
-
Hi there,
Is there a helper to use miniprofiler with [dustjs](http://www.dustjs.com/)?
Thanks in advance
-
Add support for DustJS templating for atom-beautify.
-
In the `peerDependencies` section it is a requirement that the version of [dustjs](https://github.com/linkedin/dustjs) can't be above 2.8:
https://github.com/LinkedInAttic/dustjs-helpers/blob/4370d…
-
When upgraded from 2.5 to 2.7 dustjs is supposed to support AMD without shim or other wrappers.
When I load the script dynamically it works fine. When I build a minified version and run it with almon…
-
Looks like http://dustjs.com is down. This is the main source of docs for Dust and I can't find a mirror, so it would be great if this could be brought back online.
-
![image](https://user-images.githubusercontent.com/76580/46672040-b7afed00-cbd6-11e8-94e5-c15c94c7b3f1.png)
Seems like polymer is breaking JS...
-
I would like to use DustJS in an expressJS application but I don't know how to add custom helpers to use in my templates.
From the DustJS docs I guess I need to implement code like this:
```
dust.h…
-
To reproduce: write a template that outputs more than 65536 characters. Your output will be truncated.
-
In the developer console:
```
Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
at HTMLEleme…