At BarCampBirmingham2 Jason made a presentation on HAML & SASS.
You can view the slides here on slideshare.net
Posted by ben, Tue Apr 15 15:10:00 UTC 2008
At BarCampBirmingham2 Jason made a presentation on HAML & SASS.
You can view the slides here on slideshare.net
Posted by ben, Sat Jul 28 20:19:00 UTC 2007
I recently installed HAML to give it a try and noticed that on HAML pages my Texmate Footnotes weren’t showing up. If you are anything like me you are not quite sure how you made it before the Textmate Footnotes Plugin. That might be a stretch but at least you really like them and wish that they would show up on your HAML pages. I found an easy way to patch the footnotes plugin so that it runs for HAML pages as well.
open /vendor/plugins/footnotes/lib/textmate_footnotes.rb and change out the section in the add_footnotes! method that checks the file types … [“rhtml”, “rxhtml”] ... to include HAML ... [“rhtml”, “rxhtml”, “haml”]
Then restart script/server and you are in business