Can anyone recommend a great Grails plugin for the latest version of Grails 3 (specifically working with 3.0.4)? I'm looking for something like this one () that allows me to create resource bundles for JS, CSS, and other dependencies.
I think having a similar plugin in Grails 3 would be very helpful. Can this specific plugin be used with the new version of Grails?
In the "build.gradle" file, instructions on how to include this plugin for runtime are provided, but where do I configure these bundles? For example:
modules = {
core {
dependsOn 'jquery, utils'
Thank you in advance!