-
Notifications
You must be signed in to change notification settings - Fork 32
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
Is there a way to exclude paths from the searching? #17
Comments
Can you try to use Like: Let me know if that works. |
I am using Spring Boot 1.5.x with |
Hmmm... I'm not sure. Maybe @royclarkson can help. |
Appears there is a fix for the |
The current implementation even fails for jars, which declare a packed file equally named as one of the source files. I just made a test with moment.js, which serves multiple moment.js files:
However, the first entry in the sorted list already gives you the correct pointer (last element of the list). |
Does Spring somehow expose the
|
The first parameter is the webjar name. So this API would end up in three matches as well for the example above. |
The |
I want to use bootstrap-select (https://silviomoreto.github.io/bootstrap-select/) with Webjars. However, I get a
MultipleMatchesFoundException
. Which is normal given the structure of the webjar:Is there any setting I can do to avoid that anything under
docs
gets matched?The text was updated successfully, but these errors were encountered: