Becky Conning

Results 77 comments of Becky Conning

No I haven't, I ran out of time before I could work it out. I added an npm build script to my local fork which I should probably commit though....

I don't think its as simple as updating RequireJS and rebuilding though. I think files are being manually loaded in some fashion that breaks RequireJS when combined with Browserify.

Is this benign or could it cause re-sending / receiving data that has been sent / received before?

Hi I'm having the same issue. grunt-karma output is too noisy for our development team.

@message You might find that adding `client: { captureConsole: false }` to your karma grunt config might do what you'd like `logLevel: 'OFF'` to do? From your example though I...

Does this way of defining files cause this warning: ``` Warning: Object false has no method 'indexOf' Use --force to continue. ``` for anyone else when using the -v option?

This definitely causes the issue I mentioned above. This is a bug and should be raised as such. To workaround place your files in an karma.conf.js file.