public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
haml / TODO
100644 17 lines (13 sloc) 0.556 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Bugs:
  Find a way to make Sass comments work anywhere without breaking url(http://
 
Testing:
  Add Sass support for various utilities (benchmark, profile)
  Test html2haml
 
Documentation:
  Haml::Engine public method documentation could use work
 
Features:
  Sass should throw generic errors for undefined constants, not syntax errors
  Sass::Plugin should log errors
  Line numbers on Sass errors should be correct after empty lines
  There should be a way to represent options in-document
  Haml and Sass executables should return meaningful exit codes