mislav / standardista
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri Nov 06 11:15:14 -0800 2009 | |
| |
MIT-LICENSE | Sat May 24 08:00:07 -0700 2008 | |
| |
README.markdown | Sat May 24 08:06:56 -0700 2008 | |
| |
Rakefile | Sat May 24 08:00:07 -0700 2008 | |
| |
init.rb | Wed Nov 18 08:13:06 -0800 2009 | |
| |
install.rb | Wed Jul 09 06:24:42 -0700 2008 | |
| |
lib/ | Thu May 21 08:35:20 -0700 2009 | |
| |
tasks/ | Sat May 24 08:00:07 -0700 2008 |
README.markdown
Standardista
Prove that you care for web standards. Use simple HTML 4 for output instead of pretending you know what XHTML really is.
Requirements
Standardista is a set of options for Haml 2.0.
Include the Haml gem in your environment.rb:
config.gem 'haml', :version => '~> 2.0'
Features
- sets Haml output to HTML 4
- in production: sets Sass output to 'compact'
- in production: turns on Haml 'ugly' mode (faster rendering because it doesn't care for indenting)
- patches ActionView
taghelper to stop generating self-closing tags
More to come.
