David Bashford

Results 96 comments of David Bashford

Centralized. https://github.com/dbashford/logmimosa logmimosa is attached to the mimosaConfig object passed to the modules: https://github.com/dbashford/mimosa-ember-module-import/blob/master/src/index.js#L64 Module can choose to import logmimosa directly, but I've not seen one that does. So, once...

Ill take a look, thanks! Sent from my iPhone --- On 2013-05-25 12:10:38 +0000 neverfox [email protected] wrote: > We Mimosa junkies love new features and [this > one](https://github.com/Sage/streamlinejs) seems like...

streamline doesn't seem to expose a simple function to compile some text or a file. I'd likely have to `spawn` a child process to get this done and that isn't...

That looks to still be a problem. Can you walk me through the reason for all that? Not because I'm questioning it, but because I've not done a ton with...

Narrowing in on the below... ``` "*": backbone: "backbone_noconflict" backbone_noconflict: backbone: "backbone" ``` Anytime `backbone` is encountered, give it `backbone_noconflict`. Does `backbone_noconflict` exist on the file system, or is it...

I remember many moons ago wondering if you could map to maps and deciding it seemed an odd use case so I just let it be. I'll play with making...

No need to be rude about it. =) maps to maps are valid regardless of the use case.

My POV as the maintainer of Mimosa is that if require.js lets you do it, mimosa ought not give you an error for it. And in this case that is...

@neverfox I poked at this for a real brief period this weekend. Do you have `paths` defined for `backbone_noconflict` and `backbone`? Guessing you do. It seems to work fine if...

It would be great if you could set up a really dead simple sample project and toss it up on GH. Hopefully that's just a few minutes of your time....