Blaine Bublitz

Results 267 comments of Blaine Bublitz

Does anyone know **how** to sign things on Windows? I think pkg has something built-in for Mac but I didn't see anything for Windows.

I'm confused by this issue. If a `cwd` is provided, we resolve from there, see: https://github.com/js-cli/js-liftoff/blob/master/index.js#L93

I think this is a good idea. However, it would need to be a breaking release and we need to heavily test it against gulp use cases. As we found...

I'm going to look to @tkellen on the "bug or feature" part. If it's a bug we need to fix, maybe we can use https://www.npmjs.com/package/global-modules or https://www.npmjs.com/package/global-paths - @guybedford could...

Thoughts on a command line flag for partial builds?

partial builds are the edge case, as far as I can tell. This would switch series/parallel from using bach.series/parallel to settleSeries/settleParallel internally.

@contra https://github.com/phated/async-done#completion-and-error-resolution but it hasn't been thoroughly tested with gulp pipelines and all the errors that can happen there. Also, `--continue` flag is available to continue running on failure. See...

Updated the title here because it will belong under the "Getting Started" documentation and it'll be titled "Error Management"

I think that this is better handled by external tools like nodemon or pm2

Sure, but we always defer to external libraries when they do things better. We've already added lots of flags and the more we add, the more we clash with end...