1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/init.rb
nex3 c4032e6acf Better tests, closer to 100% rcov.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@193 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 02:47:37 +00:00

7 lines
176 B
Ruby

require 'haml'
require 'haml/template'
require 'sass'
require 'sass/plugin'
ActionView::Base.register_template_handler('haml', Haml::Template)
Sass::Plugin.update_stylesheets