i would like to ask you, if you know something about great Grails plugin (https://grails.org/plugin/resources) for new Grails 3 (working with 3.0.4). This plugin allow to create resource (JS, CSS ...) bundles, dependencies etc. ...
It would be great to have it in Grails 3 or something similiar. Can i use it with new Grails ?
In "build.gradle" can be this plugin included (for runtime) but question is where to put configuration of bundles. Example :
modules = {
core {
dependsOn 'jquery, utils'
Thank you very much !