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
commit  cc81a7abaf8c127f9d14d200cd85a68a42d1b046
tree    f592e32a81178853a6d39a0a0d6a462ff6518e6f
parent  fb47de76ae197d9cabd58436808847e13e1aa0ed
haml / init.rb
100644 8 lines (6 sloc) 0.176 kb
1
2
3
4
5
6
7
8
require 'haml'
require 'haml/template'
require 'sass'
require 'sass/plugin'
 
ActionView::Base.register_template_handler('haml', Haml::Template)
Sass::Plugin.update_stylesheets