-
https://npmjs.org/package/dustjs-linkedin
**1.1.1** last updated 4 months ago
-
Hello,
is it possible to have support of this library on jamjs.
The same request has been open on the main dustjs repository.
https://github.com/linkedin/dustjs/issues/212#issuecomment-11965948
…
-
Hello,
I'm using dustjs as my backbone tempting engine. My templates are compiled on the server side and are placed in a file called template.combined.js
Here is my backbone view that render the te…
-
In the dust tutorial , there is a link that points to:
http://linkedin.github.com/dustjs/test/test.html.
with this extra dot at the end , the page returns error.
Haim
-
I've been running into a common idiosyncrasy with plugins that require dependencies. Looks like a chance to improve the API / set a best practice.
Take for instance, a `jade` plugin:
``` js
/**
* …
Marak updated
11 years ago
-
Every library that has dusjs-helpers as dependency and is tested via mocha is failing the tests.
dustjs-helpers manipulates the global namespace (`dust = require('dustjs-helpers');`) thus mocha criti…
-
But works ok with 0.8
$ mimosa new
Mimosa will guide you through project creation. You will be prompted to
pick the JavaScript meta-language, CSS meta-language, and micro-templating
library yo…
-
Hello,
I'm trying to use dust with require.js / backbone. To do so i have a global 'utils' function that is loading dust and my compiled template file.
``` javascript
define(function(require){
…
-
Instead of Smarty, which IMO should be left to be implemented as a third-party extension, and Twig (which is more modern than Smarty), may I suggest that you consider Mustache.
Why?
Because then inte…
-
```
root@server-ubuntu:~# npm install forever -g
npm http GET https://registry.npmjs.org/forever
npm http 304 https://registry.npmjs.org/forever
npm http GET https://registry.npmjs.org/broadway
npm ht…