Justin Helmer

Results 8 comments of Justin Helmer

Sure. I have a `CLI` and `node` interface that both end up programmatically triggering `gulp build`. That `build` task uses `gulp-metalsmith` to performs several operations. This code emulates a simplified...

Wouldn't be too difficult to do a global search & replace for future releases, but there still remains the concern of generating documentation for releases that have already been published....

The answer [here](https://github.com/gotwarlost/istanbul/issues/262#issuecomment-70534145) by @zaim and the answer [here](https://github.com/gotwarlost/istanbul/issues/262#issuecomment-168361159) by @yordis identified the solution (or rather lack of understanding) that worked for me.

Related: https://github.com/amcharts/amcharts4/issues/1267

@Pauan - It depends on what you define as "much kB". The core is _massive_, but I understand that is a larger effort to tackle. @martynasma mentioned the interwoven nature...

I would love to get some traction on this issue. The impact is debilitating. As you can see in @b49015 's post above, using `webpack-bundle-analyzer` illustrates the issue well. In...

More info: The `copy` and `open` commands are affected (`copy` uses `cpy-cli` and `open` uses `opn-cli`) - `cpy-cli` is three major versions behind (referenced: `1.0.1`, current: `4.2.0`) - `opn-cli` has...

JFYI I ended up moving away from this package and just using `concurrently` for my nps util needs because it doesn't seem to be actively maintained.