Cooper Maruyama
Cooper Maruyama
can you elaborate on how msgToSign should be used?
If you can create a reproduction i can look into it
I put `RouteControllers` in App.controllers. example: ``` js // assumes you've already defined an AppController somewhere else. /*****************************************************************************/ /* Routes */ /*****************************************************************************/ var AppController = App.controllers.AppController; /** * All products...
Good idea. I do something like this for personal use, however I use `sanjo:jasmine` which isn't the default, so I'll need to figure something out that's ideal for all (or...
Alright so I tried testing within packages using this structure a little bit and I noticed that my helpers in tests/jasmine were not available to me inside my modules, which...
That's exactly what I had in mind. I'm going to play with this for a bit,
I'll look into this, but off the top of my head you should be able to remove these: ``` 'iron:router', 'coffeescript', 'fourseven:scss', 'jquery', 'accounts-ui', 'spiderable', 'aldeed:template-extension', 'reactive-var', 'less', 'markdown', ```...
Are you trying to run these both off of Atom at once? Or is it one atom and another just the regular way from a terminal?