Florian Fesseler

Results 11 comments of Florian Fesseler

Yes I'm using a shell subprocess (spawn from a grunt script) to run the stubb binary. I didn't thought about the PID workaround, I'll try it asap! I don't much...

Hmm, I was not even able to launch stubb from the grunt build, dunno why. (FYI, here is the [grunt task](https://gist.github.com/ffesseler/5292476))

Yes, `stubb server` in the command line works fine and I don't use rbenv & RVM. Note that I'm on a windows computer.

Several things I've discovered : - It works for any binary available in PATH - Arguments should be passed as a second parameter `var p = spawn('stubb', ['server']);` - It...

a workaround is to use lcov reporter. It generates both lcov & html output but won't fail with the html.

Not a npm package, juste a reporter config.

There are 2 PR opened that fix the issue but this project doesn't seem to be maintained anymore.

While trying to debug vorlon to help debugging the issue, I've found that the buttons are visible when using the non minified version of vorlon : ``` html ```

A bit slow to open (20sec first time, then about 5sec each time) until I noticed it also parsed my node_modules folder. Now that I've exluded the folder, it's less...

Or maybe let the dev choosing which folders to exclude ? Because it will also parse some other folders you don't want to such as third-party libs or build js...