I would like to copy all the resources (js, css, bundles) created from grails (and its plugins cache, gzip, etc..) into an external folder (in S3) instead of inside the war.
Is it possible?
I’ve tried to check inside the documentation but with no result…
I would like to copy all the resources (js, css, bundles) created from grails
Share
You can use grails.war.resources to customize war content. Take a look at section 18 of grails manual.