dustjs
dustjs copied to clipboard
Asynchronous Javascript templating for the browser and server
Chome dev console logs. [dust_errors.log](https://github.com/linkedin/dustjs/files/2717780/dust_errors.log)
Webpack throws error while bundling if i point dustjs-linkedin to nodemodules dustjs-linkedin/dist/dust-full.js why does the dust-full js file looks for these files in the dist folder ./parser ./server ./dust js...
This adds support for passing parameters/attributes to inline partials/blocks. This change will cause inline partials to act almost exactly the same passing parameterss to a section or (non-inline) partial (wrt...
This commit replaces lib/server.js with lib/browser.js when the code is being bundled as CommonJS for browser environments using tools that look at the "browser" option on the package.json file as...
Consider a template named `a.html`; ~~~~ Some literals // inside a helper calling context.getTemplateName() results in 'a.html' {> "b.html" /} Some more literals // inside a helper calling context.getTemplateName() now...
Child template ``` {>base_template/} {#loop} {
Hi, I'm using dustjs in a lot of my projects and would apreciate if someone could make a point on the status of this project, is it still maintained ?...
If I reference a value that is undefined in the current context, I get an unwelcome warning: e.g., with parent context ``` { data: [{ item : "exampleA", blah :...
 Found this issue while working on a template using multiple decimal values, if you pass through a value like 0.05, the compiler...