Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load plugin with matching support. #105

Closed
skellock opened this issue Dec 15, 2016 · 0 comments
Closed

Load plugin with matching support. #105

skellock opened this issue Dec 15, 2016 · 0 comments
Assignees
Milestone

Comments

@skellock
Copy link
Contributor

Currently we have

  .load('one_plugin_dir') // loads a directory as plugin
  .loadAll('many_plugins_dir') // loads the immediate sub-directories as plugins

But what we could use this as well:

  .loadAll('node_modules', 'ignite-*') // same, but only ones that match a jetpack pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant