sindresorhus / gulp-vulcanize

Concatenate a set of Web Components into one file
MIT License
100 stars 25 forks source link

Prevent Vulcanize callback from swallowing error #30

Closed tuespetre closed 9 years ago

tuespetre commented 9 years ago

The error was getting swallowed. I just copied what you did here: https://github.com/sindresorhus/gulp-autoprefixer/blob/master/index.js

sindresorhus commented 9 years ago

I'm not going to continue working around something I don't know why is not working. This is might be a bug in Vulcanize, through2, or gulp, but it should definitely not be fixed here.