Steve Terpe

Results 37 comments of Steve Terpe

Check out 'browserify-shim'

https://github.com/substack/bundle-collapser

I am also having this problem with `standard`.

@alexanderGugel I think this may be a limitation of `ied` in it's implementation. `eslint` provides an api to load plugins on demand via `require` _after_ the module is cached. `require`...

This is pretty common -- runtime requires. I'm not sure how `ied` can address this at the current time short of hacking on `require` itself?

@shlomitc @jonhoo, I also run into an inability to use the `track()` function effectively, as there is no way to know when the pixel was either 200 OK, aborted, or...

No, but I will accept a PR.

I'm probably not familiar enough with Meteor to be of much assistance, it looks like you are calling correctly to me. But if you are on the server anyway, I'd...

It's very strange. The main file is set up to export as a `node_module`. I wonder if it's some issue with Meteor or, alternatively, what `node -v` are you running?...

Or something with Windows. It would be interesting to run your project in a Linux VM just to see what if anything was different.