-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 glob patterns in aurelia.build.resources #54
Comments
Wildcards not supported. Interesting idea though, feel free to suggest a PR with implementation. |
@niieani Can we do imports relative to the root directory (e.g. |
Adding paths to
And:
|
@aaronroberson I honestly have no idea what you mean. This plugin has nothing to do with how you write ES6-style imports, it's only related to imports within templates and those done dynamically by |
I believe the
|
You don't need to put fonts into build resources.
You need to put these files into build resources anyway, not sure how A glob pattern will help you in the future. |
Note to self: Would be nice to also generate globs from template strings, #56. |
I am not promising anything. But once I get my other plugins converted over to my new structure, I might take a stab at implementing this into the Webpack plugin in the next few days. After all of the hard work @niieani has put into the Webpack integration, I'd love to be able to lift some of the burden. Edit |
I looked into this before @Vheissu, but didn't get around to it. It should be a matter of:
Really happy to hear you wanna help out with this 😄 👍 |
Fixed by the new AureliaPlugin (you can provide glob patterns, see wiki in the aurelia-webpack-plugin repo). |
a) might help to announce those things
b) are wildcards supported?
eg to include all ValueConverters use
"aurelia-authentication/*ValueConverters"
The text was updated successfully, but these errors were encountered: