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
haml / init.rb
100644 10 lines (8 sloc) 0.275 kb
1
2
3
4
5
6
7
8
9
10
require 'haml'
require 'haml/template'
require 'sass'
require 'sass/plugin'
require 'templated_mailer/templated_mailer'
 
ActionView::Base.register_template_handler('haml', Haml::Template)
ActionMailer::Base.register_template_extension('haml')
Sass::Plugin.update_stylesheets