Kevin Fitzgerald

Results 5 comments of Kevin Fitzgerald

Same – And in my case, jsdom is used as a dependency from other libs, so the option to switch to another dom provider just to disable css parsing is...

same, following OBS 26.1.2 (64bit) MacOS 11.1 (20C69) Media Controls version 0.3.0 `media-controls-2020-09-29-08a1acb2a6bdb60fdec3351b0e69bf99e5683d60-macos.pkg`

I can confirm that 0.2.2 package works, however

(_crickets_) Try this, if you haven't already: ``` js gulp.task('deploy', function(){ function cb(obj) { var stream = new require('stream').Transform({objectMode: true}); stream._transform = function(file, unused, callback) { obj(); callback(null, file); };...

Derp. Forgot to follow up, @ikari-pl. Here's the Simple English on that blob I posted five months ago: The `cb` function is basically its own gulp plugin, so to speak,...