James Shore
James Shore
It's in scope, but I'm not sure if it's possible. I haven't investigated it at all.
Thanks for the feedback. For the example you gave, what do you mean by top and bottom offset? Is it the distance from the logo to the containing element? We...
I ran across when trying to `npm install [email protected]` rather than vendor it. (See [my React example](https://github.com/jamesshore/lab10_react) for the vendor'd version.) Some code, such as `node_modules/react/lib/warning.js`, includes executable code in...
@leeavital The main motivation for karma-commonjs was to allow testing of Browserified code without needing to run Browserify itself. (That's slow and messes up stack traces, or at least it...
Did you set the `files` option?
It's because I want to track dependencies. See [The Reliable Build](http://www.letscodejavascript.com/v3/blog/2014/12/the_reliable_build) for more. Current versions of Node flatten the node_modules directory, so this problem isn't as big of an issue....
Thanks! I couldn't figure it out just from looking at the documentation.
I'm going to leave this open for future viewers.
I think you're probably right, when it comes to communicating back out to the rest of the app. I don't think this is the issue with our current test failure,...
See also ~~#2~~ #3.