Considering HAML won't minify, I imagine an appropriate piece of middleware would do that job. Whether that exists or you'd have to write it... I dunno.
A (very) quick scan of google: Rack minify didn't yield useful results. good luck! :brad On Thu, Sep 16, 2010 at 3:44 PM, Nathan Weizenbaum <[email protected]> wrote: > Sass will output minified CSS if you set the :format option to :compressed. > Haml currently does not minify entirely, although the :ugly option will get > you about halfway there. > > > On Thu, Sep 16, 2010 at 1:29 PM, Ben Schaechter <[email protected]>wrote: > >> Is it possible to have Haml output minified HTML/CSS? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Haml" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected] <haml%[email protected]>. >> For more options, visit this group at >> http://groups.google.com/group/haml?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- Bradley Grzesiak co-founder, bendyworks llc http://bendyworks.com/ -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
