How to share common css and other resources among grails projects?

Posted by Troy on Stack Overflow See other posts from Stack Overflow or by Troy
Published on 2011-02-02T14:58:08Z Indexed on 2011/02/22 15:24 UTC
Read the original article Hit count: 167

Filed under:
|
|
|

I'm working on a grails-based web application that will be composed of a couple of different grails projects, each developed by a separate team, which will eventually all be unified under a common "portal." So they need to have the same look and feel, at least to some degree.

Is there a "blessed" way to share resources like this among projects? Something using the grails plugin architecture maybe? Would it make sense to just create a separate lightweight project containing nothing but the css and any shared resources? How have the rest of you handled sharing things between different grails projects?

© Stack Overflow or respective owner

Related posts about css

Related posts about grails