jonschlinkert / load-plugins

Thin wrapper around resolve-dep for loading plugins from node_modules or local directories. Like load-gulp-plugins, match dep, etc, but works for gulp, grunt, assemble, verb or anything other task runner or build system that uses plugins.
https://github.com/jonschlinkert
MIT License
22 stars 1 forks source link

remove expand strip #6

Closed TrySound closed 9 years ago

TrySound commented 9 years ago

I think this feature is excessive. Better to use native arrays instead of "some language".

jonschlinkert commented 9 years ago

I'm not sure what you mean by this. Are you referring to the brace expansion feature?

TrySound commented 9 years ago

@jonschlinkert Yes. But you use it to expand strip opt.

jonschlinkert commented 9 years ago

ah, got it. I'm fine with getting rid of that. you're right it's unnecessary.