Blaine Bublitz

Results 267 comments of Blaine Bublitz

Changed the title here. Also split the .gulprc file to issue https://github.com/gulpjs/gulp-cli/issues/69

Random ideas for theming (so they are documented somewhere): ```js // regexp? HIGHLIGHT: (.*) log.withTheme() log('Write some text and {HIGHLIGHT: The Thing}', theme) log('{ERROR: Failed to load external module} {HLIGHT:...

@sttk I didn't review the whole project, but I like what I see in the documentation. It touches on a lot of the ideas I had but I'd want to...

Yeah, I was running into color issues on `--help` and `require`/`requireFail` since we don't configure the theme until after. I thought maybe the config loading would have to be merged...

We might as well land this in the next major as well. Moving to the 3.0 milestone.

@sttk I assume this is going to be changed with the new liftoff stuff?

> I think we can include a change for flags.nodeFlags too with the new liftoff stuff. In separate PRs 😛

@sttk I'm continuing to dig into this and I think the behavior is even more incorrect when `initCwd` isn't the highest priority. If I run `cd my-sub-project; gulp` and there's...

@sttk I've also found that when using a `.gulp.*` file to reference a gulpfile in another location, the `.gulp.*` file relative to that gulpfile isn't resolved. I'm about to push...

@sttk I've just force-pushed a rebase on the lastest master plus my changes where I think our behavior is incorrect. I've tried to note in comments how things aren't working...