Hi Jaime, On Jun 14, 2010, at 5:30 PM, Jaime wrote:
> Hello! > > This is probably a stupid question, but I'm really hoping someone here > can help me out. > > The situation: > I'm a web designer, I write all my pages in Notepad2, save them > as .html and then check the result in firefox. nice, easy, simple. > I've never touched ruby, rails, or pretty my anything more complicated > than a php include. > > I do graphic work for a programmer, making designs and the basic page > and he makes it work. We're starting a big project soon and he has > asked me to take a look at haml and write the pages with that instead > of html. > The language itself looks like it will be easy enough to pick up. The > problem I'm having is I can't figure out how to get a .html.haml file > to show up in a browser as a web page. > > I've been to haml-lang.com, installed ruby on my machine, and I'm > pretty sure i installed haml correctly using the "start command prompt > with ruby" thing as per the tutorial...and that's where I get lost. > > this all seems like so much work just to write a simple html page > without any scripts or anything! any help/tips/advice anyone has > would be GREATLY appreciated! Take a look at serve: http://wiki.github.com/jlong/serve/ . It's a little server which is designed for just your case -- prototyping designs using Haml and Sass. Rhett > > Thanks! > > -- > 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. > -- 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.
