PavelVanecek / gulp-crx

Pack Chrome Extension in the pipeline.
31 stars 3 forks source link

Support gulp globs and exclusions #22

Closed marcelklehr closed 2 years ago

marcelklehr commented 6 years ago

Hey there,

I've modified the code slightly to allow exclusions and glob patterns to be used in gulp.src

marcelklehr commented 6 years ago

It appears the tests are failing :/ I suspect, this is because they don't use gulp.src

marcelklehr commented 6 years ago

The changes work for me when I use a glob pattern.