-
Struggling for quite a bit now to get meteor to work with Dustjs-linkedin, I've found out that if I change `.meteor/local/build/static/template..js` with the dustjs compiler information, the file gets…
-
In the sample DSL, @jsControl has been used. I would like to know what it is and when and where to use. And I dont find the implementation of it in https://github.com/linkedin/dustjs-helpers/blob/mast…
-
It would be nice if multi-template examples could be run easily. Maybe a convention such that 'special' lines like >>name.dust followed by the body of that template would let you put multiple template…
-
I see references to jsControl helper. http://www.slideshare.net/veenabs/curious-case-of-dust Slide 26 and 29. I would like to know what it is and when and where to use. And I dont find the implementa…
-
The code example on line 445 of https://github.com/linkedin/dustjs/wiki/Dust-Tutorial is incorrect.
It is missing a closing quote after the {$idx} and the example doesn't work with it.
-
It seems that as of version 1.2.6 the rendering of nested values is faulty when a zero (0) is assigned.
testcase:
``` javascript
var dust = require('dustjs-linkedin');
var compiledTemplate = dust.c…
-
I use dust 2.0.2.
The data I have:
``` json
{
"test": [
[1, 2, 3]
]
}
```
and apply this template:
```
{#test}
{#.}
value: {.}{~s}index:{$idx}{~s}length:{$len}{~n}
…
-
A short note to let you know that web-mode.el (my emacs major mode for editing html templates) is now compatible with dustjs : http://web-mode.org
Could it be mentioned somewhere ? (wiki) ?
-
```
{!
Multiline
{#foo}{bar}{/foo}
!}
{!before!}Hello{!after!}
```
This is a sample template given here http://akdubya.github.io/dustjs/. Swiffer always fails with
```
Object # has no method 'c…
-
getting Warning: Object # has no method 'expandFiles' Use --force to continue. when using grunt-dustjs@1.0.0