-
Can others reproduce this issue?
**My test setup (mainly w/ example apps from KrakenJS site):**
- Redis session store
- i18n Example (set-language)
- Passport auth example w/ Mongo
- Kraken
**What …
-
I've glanced over the adaro documentation, but am unclear how I would render a dust template outside of having access to a response. In this case, I am needing to render a dust template for an email …
-
I found a situation where a single commented line inside a code block causes the parser to incorrectly assume an unintentional {dust} tag.
e.g. Writing Dust.js/JavaScript like
``` javascript
{
-
Not sure if this is the correct place to put this problem, but I didn't see any issue entry on npmjs.org.
Version 2.2.5 seems to be missing from the NPM registry. If I run:
``` bash
npm view dustjs…
-
Error:
java.lang.RuntimeException: sun.org.mozilla.javascript.internal.JavaScriptException: SyntaxError: Expected buffer, comment, partial, reference, section or special but end of input found. At li…
vedab updated
10 years ago
-
I'm starting a new project and I intend to implement internationalization using the library. I'd also like to integrate messageformat.js with Handlebars and I found some references to this in the docu…
-
Installed node.js and on kraken run, this is the error that keeps coming once I do npm start in the app folder. Please help how to resolve it.
'Error: Cannot find module 'kraken-js'
at Function.M…
-
Developing an app that uses dust-core.js (for testing, dust-core.min.js for production) for client-side templates. Works fine in most browsers, but generates the following error when the page is rende…
rjray updated
10 years ago
-
Hello,
I have `Error 500` in production mode
My test:
I'm on Win 7 64b.
First, I have created a new project in `D:\nodejs\www` with kraken:
``` bash
D:\nodejs\www>
D:\nodejs\www>yo kraken
,'…
ghost updated
10 years ago
-
I have written a view helper where I need to compare the current index of the currently looped section to the total number of elements in that section's array.
Basically I'm trying to recreate someth…