2006-12-04 10:46:42 +00:00
|
|
|
Testing:
|
2007-02-14 16:38:01 +00:00
|
|
|
Test html2haml
|
2007-03-25 04:34:55 +00:00
|
|
|
Test Sassy import
|
2006-12-04 10:46:42 +00:00
|
|
|
|
|
|
|
Documentation:
|
2007-01-31 06:38:23 +00:00
|
|
|
Haml::Engine public method documentation could use work
|
2007-03-18 21:11:32 +00:00
|
|
|
Sass::Engine load_paths option needs documenting.
|
2006-12-04 10:46:42 +00:00
|
|
|
|
|
|
|
Features:
|
2007-01-31 06:38:23 +00:00
|
|
|
Sass should throw generic errors for undefined constants, not syntax errors
|
2007-02-04 03:20:24 +00:00
|
|
|
Sass::Plugin should log errors
|
2007-01-19 17:03:47 +00:00
|
|
|
There should be a way to represent options in-document
|
|
|
|
Haml and Sass executables should return meaningful exit codes
|
2007-03-18 11:48:19 +00:00
|
|
|
There should be a way to make Haml tags not insert whitespace
|
|
|
|
"%li, %a"?
|
2007-03-18 21:11:32 +00:00
|
|
|
Sass::Engine load_paths option should be set by executable
|
|
|
|
Errors in imported files should point to the proper files.
|
2007-03-25 04:34:55 +00:00
|
|
|
meta, br, etc. tags should be automatically self-closed.
|