-
In templates, I have a habit to add extra space before `{{` and `}}` like this `{{ title }}` this usually helps to mix mustache front end templates with backend dusts js templates. Dust will ignore cu…
-
When you have multiple templates like...
template1.tl
template2.tl
template3.tl
they all get generated with the 1st template name in the dust.register call. For example, they will all start with...
(f…
-
Is there any way to do normal for loop in dust js?
for (var i = 0; i
-
I recently started using Kraken.js (I'm old expressjs / node.js user). I'm using `connect-flash` to transmit flash messages from server-side to `Dust`. To do so, I registered middleware in `config/de…
-
I'm serving static files from a separate route in order to easily separate them onto a CDN. Unfortunately, it seems that this change causes devtools to no longer find any of the files it would normall…
-
I'm trying to use Dust as the templating language for a new project, but I've run into some huge performance problems & I'm wondering if i'm using the library incorrectly.
Running the source code of …
-
I know the docs says this:
**"If you have content you want to share across pages, then you should factor out use of that content into a separate partial and use that partial to achieve content sharin…
-
Here's a typical `bower install` :
```
[tmp]$ bower install 2>&1 | nl | grep ETIMEDOUT
70 bower requirejs-domready#~2.0.1 ETIMEDOUT Request to https://bower.herokuapp.com/packages/requirejs…
-
Hi,
I need a way to generate static files from my kraken website to host them in a very (VERY) light server.
Ideally i'll appreciate to handle only html files with minimified CSS and JS.
I take a …
RoCat updated
10 years ago
-
I'm trying to use kraken to build an API server and as such I don't require any templating engine but I can't configure the need for one away.
I've tried:
``` js
"view engines": null
```
and
``` j…