Re: [Radiant] Anyone else using compass?

2009-05-06 Thread Ken Mayer
After some more playing around, I've got a pretty good workflow for using compass. There may be a simpler way to do this, but the start up costs are pretty small, so I just go with the flow. This avoids the haml version conflicts and gem requirements, because, as Sean metioned, the files do

Re: [Radiant] Anyone else using compass?

2009-04-14 Thread Sean Cribbs
I started using it on a Radiant project recently. Since the files don't have to be generated at runtime, you can just generate them manually and copy them into public. I generated the Compass project in a plugin in my project and added a Rake task to generate and copy the CSS to public/. Sea

[Radiant] Anyone else using compass?

2009-04-14 Thread Ken Mayer
I've been noodling around with compass on a Radiant 0.7.1 tree (so I can use blueprint.css, but use SASS for markup). It works, mostly, but only with an installed gem. I get production issues if I try to use a frozen gem because compass wants HAML 2.1 and Radiant has her own copy of 2.0.1 i