-
I've (edit)HAVE been able to reproduce this, but here it is anyway, for the record.
Using bower#f2f3fa4c9c5616bb2e17c09ced339a6664d36eb8, after git clean -dfx and rebuilding, and cleaning bower's cac…
-
Hi Guys,
I've been looking at the documentation in the website and it looks pretty neat, but something that would be really useful is to have a page where I could exercise different examples of templ…
-
update: this description is now out of date. the issue is how Context.getPath searches through context.
update2: if you want to use this right now, include this gist after including dust.js http…
-
Пожалуйста добавьте лицензию !
Надеюсь это будет что-то типа MIT или BSD, как у [linkedin/dustjs](https://github.com/linkedin/dustjs)
-
What if we can use single quotes for the inline params instead of double quotes
{#block a='a1' }
{/block}
vybs updated
11 years ago
-
``` js
var base = dust.makeBase({ a: { b: { c: 'foo' } } })
console.log(base.get('a.b.c')) // === undefined
console.log(base.get('a')) // === [object Object]
```
-
A recent and very promising development in the world of webdevelopment is client-side templating using JavaScript. Various JavaScript Template Engines (JTE) have already been written, including Mustac…
-
`{ pretty: true }` doesn't seem to work with consolidate.js. How can we disable white space suppression?
I'm using dustjs-linkedin.
-
While developing a Node.js app that relies heavily on dust.loadSource, I noticed the process memory usage was growing unbounded and thrashing like crazy. I traced it back to [loadSource in server.js](…
-
### The TL/DR Version
Now that `dust.helpers` has been removed from linkedin/dustjs what is the recommended way to add helper functions?
Do I _need_ dustjs-helpers?
Is safe or recommend to call…
rodw updated
11 years ago