Hi, I just installed Haml into an existing Rails app for the first time and I'm looking forward to trying it out.
I wanted to report what looks like a bug in the installation instructions at <http://haml.hamptoncatlin.com/download/>. Specifically, they state that you install by doing the following: script/plugin install http://svn.hamptoncatlin.com/haml/tags/stable This will check out a copy of Haml into: vendors/plugins/stable But it seems to me that a more correct installation path would be: vendors/plugins/haml So I installed by doing a manual export like this instead: svn export http://svn.hamptoncatlin.com/haml/tags/stable vendor/ plugins/haml So I think the instructions probably need to be updated and possibly the repository layout as well; the stable version of the plugin should probably live at: http://svn.hamptoncatlin.com/haml/branches/stable/haml And specific releases should probably have paths like: http://svn.hamptoncatlin.com/haml/tags/rel_1-5-2/haml Cheers, Wincent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
