Thank You charles, I tried this and got error messages about Haml already existing. tried renaming every folder clled haml, but kept getting the sam message. is there some kind of haml uninstall I need to do first?
thanks for your time On Mar 25, 2:23 pm, Charles Roper <[email protected]> wrote: > On Mar 25, 6:16 pm, sass_nerd <[email protected]> wrote: > > > I have had some difficulty getting these to > > work.http://nex-3.com/posts/89-powerful-color-manipulation-with-sass#comments > > finally got working in rails. After installing haml-edge gem the key > > is the > > addition config.gem "haml-edge" to config/environment.rb > > I would like to get this working in staticmatic. Is there an > > equivalent place to add config.gem for staticmatic and other > > frameworks besides rails? > > I've just started using haml-edge with Staticmatic today. What I did > is clone the git repo, then rake install. These are the exact steps: > > git clone git://github.com/nex3/haml.git > cd haml > rake install > > This downloads and installs haml-edge as a gem called 'haml' rather > than 'haml-edge', which means you don't need to make any config > changes. -- 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.
