We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
nex3 (author)
Fri Jun 22 13:03:56 -0700 2007
commit  96f8800d71e41f87e1cd187e0be1f562cf185ceb
tree    cc128ccb6fee658acf2f859af9d1ce281fca025f
parent  3a77acb1dc1adc727ee990ccf99f58ef3fa25a5e
haml / TODO
100644 19 lines (15 sloc) 0.58 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Bugs:
  If an @imported document is changed, Sass should recompile the template
 
Testing:
  Test html2haml and css2sass
 
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
  There should be a way to represent options in-document
  There should be a way to make Haml tags not insert whitespace
  "%li, %a"?
  Sass::Engine load_paths option should be set by executable
  Unary minus in SassScript
  Deprecated uses of ~ should be removed