linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

Relaxing dust references/keys to support "-" #83

Closed vybs closed 12 years ago

vybs commented 12 years ago

See more details here:https://github.com/akdubya/dustjs/issues/60

vybs commented 12 years ago

@jairodemorais @iamleppert @eranl what are your thoughts on this issue?

jairodemorais commented 12 years ago

We should allow "-" in keys, I totally agree.

seriousManual commented 12 years ago

will this apply to references to partials too? i ran into the issue that compile error was thrown when a partial reference contained any dashes.

in this case: +1 :)

vybs commented 12 years ago

https://github.com/linkedin/dustjs/pull/87