The Grails resources plugin lets you define modules, and bundle a bunch of files into a single module.
Say I want a module to scoop up all the files in my /js/models folder and put them in a single module bundle called model
How would I specify that?
I stumbled upon the same thing…
There is an accepted answer on SO: Link
And a feature request for the resources-plugin with some good thoughts: Link