Kristian Dalgård

Results 92 comments of Kristian Dalgård

I've modified a fork of this package to support passing arguments to helpers, together with a few other useful features. The fork has been released as [`dalgard:jade`](https://github.com/dalgard/meteor-jade). I will keep...

I believe backslash is the way to break up long strings: [Multiple Lines for Long Attribute Value in Jade](http://stackoverflow.com/questions/17872555/multiple-lines-for-long-attribute-value-in-jade) I think the syntax is official, since I've seen it output...

The backslash must be written _inside_ the string – to escape the newline. The string is ended with a quotation mark only on the final line.

I've modified a fork of this package to support passing arguments to helpers, together with a few other useful features. The fork has been released as [`dalgard:jade`](https://github.com/dalgard/meteor-jade). I will keep...

You need to put a pipe `|` before the interpolation. Interpolation syntax should be seen as part of text in Jade. ``` jade template(name='email') if icon | {{{obfuscatedEmail icon }}}...

Is this an official part of Jade or a proposal for new syntax?

I remember now that `redux-elm` used lifecycle actions to set up state for wrapped components. Was this technique abandoned? And why?

Ideally, I would pull the theme in from a separate repo as a subtree.

@alexweber: I like the idea of keeping installed jspm packages outside the `src` folder – at the same level as `node_modules`. But it seems it wouldn't be possible, then, to...

@ohsiwon: Brilliant – thanks for that idea :+1: