bgooren commented on PR #1278: URL: https://github.com/apache/wicket/pull/1278#issuecomment-3417956356
> @bgooren the bundle plugin (by default) includes resources from the 'source' location of resources (src/main/resources, etc) and needed a hint to pull in resources post-processing (target/classes) Hi! I saw that and it makes sense. But one question is still unanswered: it was already pulling in the other min.js files prior to your change, which are generated using the exact same plugin as the missing file, and written to the same location. So why was that one file excluded when the rest was already included? The only hunch I have is that perhaps it is because all the other post-processed js files are next to components, and the wicket-ajax-jquery.js (and min.js) are not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
