public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
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