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

Support minimatch/globs for matching bundles #250

Closed
matt-gadd opened this issue Mar 1, 2019 · 0 comments
Closed

Support minimatch/globs for matching bundles #250

matt-gadd opened this issue Mar 1, 2019 · 0 comments

Comments

@matt-gadd
Copy link
Contributor

Enhancement
The bundles part of the .dojorc allows users to granularly define what modules go into what bundles. To specify them they provide a bundlename, and a number of exact paths to modules. This is powerful but verbose in some scenario's (ie trying to bundle all french nls bundles to one bundle would require listing all thefr nls modules across your application). To make this a little easier we could trivially add support minimatch in the bundles list like so:

"bundles": {
  "fr": "src/**/nls/fr/**"
}
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