haml--haml/lib
nex3 9b5d11e80b Fixed bug with variables being passed to captured blocks being forced into arrays. Thanks, Robin Ward!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@516 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-15 15:51:50 +00:00
..
haml Fixed bug with variables being passed to captured blocks being forced into arrays. Thanks, Robin Ward! 2007-05-15 15:51:50 +00:00
sass Unnecessary error checking in Sass::Tree::Node. 2007-05-08 08:04:11 +00:00
haml.rb Super speed boost! Like, I'm talking ZOOM! The patch was written by Tom Bagby and modified by myself to make it a bit leaner. The basic idea is that instead of caching the compiled template as a string of Ruby code, we cache it as a compiled method. This means that caching doesn't have to be done Template-side, which also means the :precompiled option now doesn't do anything. I don't think anyone used it anyway, though, so we're all good. 2007-05-07 08:17:16 +00:00
sass.rb Added new "foo: bar" Sass syntax. Patch by Jonah Fox (aka Weepy) - thanks! 2007-05-03 08:46:02 +00:00