Blaine Bublitz

Results 426 comments of Blaine Bublitz

Relevant code is in gulplog, https://github.com/gulpjs/gulp-cli/blob/master/lib/versioned/%5E4.0.0/log/events.js and https://github.com/gulpjs/gulp-cli/blob/master/lib/shared/log/toConsole.js

The goal of sourcemaps being included into core is to remove all configuration options and make each option from `gulp-sourcemaps` into a transform stream/plugin. Can you provide an example repo...

@sttk with the completion of #214, a file with `.mjs` extension does not use the loaders as handled by liftoff because is uses `import(gulpfilePath)`. That's why I think we need...

@sttk I'm thinking about our APIs for the next major version and maybe `rechoir` can become an abstraction over `require`/`import()` like was added in #214 - it might even be...

Tangentially related to https://github.com/gulpjs/rechoir/issues/43 - the idea is that our `rechoir` library needs to be updated to support mjs files otherwise we need to rely on the transpiled export format.

@Alecto like contra said - please read your error messages, which explicitly states your issue: > File not found with singular glob: D:/webProjects/motobratva/my/alecto/my/styles/all/template/highslide/highslide-full.min.js (if this was purposeful, use allowEmpty option)

@ManasJayanth Could this also be the issue behind my lockfile problems in #1349 ? Often those packages will use tagged packages to vary between different os/arch support

@ManasJayanth @EduardoRFS any thoughts here?

@ManasJayanth no worries! This actually gave me some time to try it between my computers. I've found an issue with how this interacts with the lockfile: When the installation occurs,...