Custom CSS and JS in Grails plugins
问题 I am building a Grails plugin ( grails-myorg.zip ) that will contain reusable code/artifacts that should be used by every Grails app in our organization. This includes custom CSS/JS files that help give our apps a consistent look-and-feel. I'm wondering what the best course of action here is: Create a grails-myorg-themes.zip plugin, which just includes the reusable CSS and JS files, and then make that a runtime plugin/dependency (using BuildConfig.groovy ) of the main grails-myorg.zip plugin;