-
Do you need to restart server each time you want to make an update to a dust template?
Thanks.
-
`./localdev.js run zen` watches for changes in dust files, and restarts the cp-zen-platform processes to make the new changes be picked up. Despite this, you sometimes get the new template, sometimes …
-
With path like this one "dust_templates/*" dusty produces an empty file. This can be reproduced in the console, too.
```
dusty dust_templates/*
```
The code above will produce an empty output in the…
-
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…
-
Hi,
I have the following set up:
app.engine('dust', engines.dust);
app.set('view engine', 'dust');
app.set('views', path.join(__dirname, path.join('public', 'templates')));
Now in /public/template…
-
When i use 'speck' i have an error
text.get(req.toUrl(url), function(data) {
console.log(dust);
var compiled = dust.compile(data, name);
---->>>>Uncaught TypeError: …
-
Hi,
When we compile dust template trough command and if dust templates are in separate folders then It takes folder name as well for Dust.Register("testFolder/\templateName")
I want to generate …
-
How about creating a mini version of dust-core that does not have the stream functionality and loadSource. It benefits use cases where we do not need any loadSource, since all templates are precompile…
-
Would love an AMD version of dust that works with RequireJS that kicked out AMD compiled templates as well.
-
hi, i have to tried to use the partial {>'/templates/noticias.dust.html'/} inside a template but i get this error:
Error: Expected buffer, comment, partial, reference, section or special but "{" foun…