Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

mislav/standardista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 tag helper to stop generating self-closing tags

More to come.

About

A nicotine patch for Rails users who want to stop pretending they're writing XHTML

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages