morrislaptop / laravel-elixir-useref

This is a simple wrapper around Laravel Elixir for Useref.
https://www.npmjs.com/package/laravel-elixir-useref
MIT License
11 stars 7 forks source link

Upgraded gulp-if version to ^2.0 as the old one use a version of gulp-match which is incompatible with recent node versions. #10

Closed cosimomeli closed 1 year ago

cosimomeli commented 7 years ago

The old version of gulp-match used by gulp-if 1.x doesn't work on recent versions of node (at least versions >= 6) because it can't detect if an object is a RegExp (look at its code for better understanding). The new version has no problems and I didn't find any incompatibility with the rest of the components.

morrislaptop commented 7 years ago

Thanks!