Re: [haml] Haml in Sublime Text 2 without Rails

2012-10-26 Thread Hawk Phil
There doesn't seem to be instructions to set things up for Sass and Haml. I just want to have Middleman to set a "watch" for .haml and .sass files and automatically detect changes to convert to .html and .css in certain folders. How do I do that? I am a non-Ruby person so sorry for this basic q

[haml] Re: Interpolating underscore.js template with HAML

2012-10-26 Thread Bryan Li
This works great for getting the values off an variable. Would it work for if/else statements though? How do I translate the following? <% if (boolean) { %> Blah blah <% } %> On Monday, August 20, 2012 10:34:46 AM UTC-7, Les Nightingill wrote: > > The delimiters for haml (erb) collide with the