JS-DevTools / globify

Run browserify and watchify with globs - even on Windows!
https://jstools.dev/globify/
MIT License
16 stars 6 forks source link

it doesn't support multiple paths #1

Closed dabowheel closed 8 years ago

dabowheel commented 9 years ago

It doesn't support multiple paths such as this: globify path1*.js path2*.js -o output.js

JamesMessinger commented 8 years ago

Good point. It should definitely support that, since Browserify/Watchify support multiple paths. I'll put this on my to-do list, but can't say for sure when I'll get to it, since I've got a lot of other stuff on my plate right now. Feel free to submit a PR if you want