Eric Ferraiuolo
Eric Ferraiuolo
@srw Ah okay. I can verify that this is in fact happening: http://jsfiddle.net/ericf/JhPCH/
@dunkdt It has not been resolved yet. I'd like to eventually revisit this project and change the core rexexes that it uses. I just haven't had time to dedicate to...
@srw Yup! I want to replace the guts to use http://blog.stevenlevithan.com/archives/parseuri
Also, I found out about jsURI after I wrote this project :P
We have a tool, [Yeti](http://yeti.cx) to do such a thing. And I believe that [Karma](https://karma-runner.github.io/0.10/index.html) does the same.
So you're saying that Dust only supports data that's a String being passed to helpers?
This relates to #35
Yeah, I think this makes sense; I've already had to do this in a project where I'm using it from Broccoli.
@jkenlooper I'll try it out to replace this module: https://github.com/yui/pure-site/blob/master/lib/stripmq.js where I also needed a standalone StripMQ.
@jkenlooper After I made the changes here: https://github.com/jkenlooper/stripmq/pull/3 the integration with Pure's website worked great! See: https://github.com/yui/pure-site/pull/278