1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/TODO

19 lines
673 B
Text
Raw Normal View History

Testing:
Test html2haml
Test Sassy import
Documentation:
Haml::Engine public method documentation could use work
Sass::Engine load_paths option needs documenting.
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
Haml and Sass executables should return meaningful exit codes
There should be a way to make Haml tags not insert whitespace
"%li, %a"?
Sass::Engine load_paths option should be set by executable
Errors in imported files should point to the proper files.
meta, br, etc. tags should be automatically self-closed.