Css in builder

Hello,
I’m reading the builder project API (http://builder.rubyforge.org/), but
I don’t find the answer to my question: Wich is the file name for CSS
templates? (like RXML to XML).


Daniel H

I’m not sure builder will do what you want. Take a look at:
http://blog.hasmanythrough.com/articles/2006/03/23/dirt-simple-rcss-
templates

        - dan


Dan K. mailto:[email protected]
http://www.dankohn.com/ tel:+1-415-233-1000

El sáb, 15-07-2006 a las 15:36 -0700, Dan K.
escribió:> I’m not sure builder will do what you want.

Sorry, some times is difficult to explain to me in English (I’m a
Spanish-speaking).

Take a look at:
http://blog.hasmanythrough.com/articles/2006/03/23/dirt-simple-rcss-
templates

Thanks, I do something similar. Y create a controller stylesheets and
write a rhtml view with the css. And I add the line

@headers[“Content-Type”] = “text/css; charset=iso-8859-1”

to the controller methods.


Daniel