jamesfredley opened a new issue, #14917:
URL: https://github.com/apache/grails-core/issues/14917

   ### Issue description
   
   Currently when we update the webjar versions these files require an update 
also, since the version is included in the path.  This was not true for bower 
webjars, but those were deprecated and not longer supported for publishing.
   
   application.js
   ```
   //= require webjars/jquery/3.7.1/dist/jquery.js
   //= require webjars/jquery/3.7.1/dist/jquery.js
   //= require webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle
   ```
   
   application.css
   ```
   *= require webjars/bootstrap/5.3.3/dist/css/bootstrap
   *= require webjars/bootstrap-icons/1.11.3/font/bootstrap-icons
   ```
   


-- 
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: notifications-unsubscr...@grails.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to