We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wro4j is not able to locate jquery using the webjars locator: webjar:jquery.js
<dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>1.11.0-1</version> </dependency>
In the maven debug output I can see:
[DEBUG] could not check fingerprint of resource: ro.isdc.wro.model.resource.Resource@4014308[JS,webjar:jquery.js,true]
I deleted the jar in my local repo, but I got the same result.
Using jquery 1.10.2-1 works fine.
I just am wondering if this is an issue with wro4j or with the webjar.
Thank you, Eduardo
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I'll check it and will let you know.
Sorry, something went wrong.
No branches or pull requests
Wro4j is not able to locate jquery using the webjars locator: webjar:jquery.js
In the maven debug output I can see:
I deleted the jar in my local repo, but I got the same result.
Using jquery 1.10.2-1 works fine.
I just am wondering if this is an issue with wro4j or with the webjar.
Thank you,
Eduardo
The text was updated successfully, but these errors were encountered: