On Thursday, December 20, 2012, Aaron Gooch wrote: > CSS compilation time in Apache Rave is build time. Build time happens > before our overlay so there isn't a way to say, hey use my skin file. You > need to create a secondary wro process that takes the less files and > incorporates your less file.
This indicates that you are in fact depending on rave-portal for your overlay war. Rave CSS is compiled as part of the rave-portal-resources war. If you changed your dependency to rave-portal-resources and included a dependency on rave-portal-dependencies, you should be able to add your own less files to the compilation process. > > Aaron > > On Wed, Dec 19, 2012 at 2:26 PM, Franklin, Matthew B. > <[email protected] <javascript:;>>wrote: > > > >-----Original Message----- > > >From: Aaron Gooch [mailto:[email protected] <javascript:;>] > > >Sent: Tuesday, December 18, 2012 3:45 PM > > >To: [email protected] <javascript:;> > > >Subject: overlaying rave-skin less file > > > > > >Has anyone been able to overlay the rave-skin.less file? I can't get it > to > > >work on my project. > > > > My guess is that you are overlaying the rave-portal rather than the > > rave-portal-resources; but without looking at it, I can't be sure. > > > > However, I think it would be helpful to understand why you need to > overlay > > it at all. The point of moving to less was that we would define > variables > > for all of the core styles and allow them to be easily substituted in a > > custom less file at CSS compilation time. Have you tried this approach? > > If it doesn't work for you, can you open a ticket with the issues you > > found so that it can be fixed in the Rave codebase? > > > > > > > >Aaron > > >
