public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
nex3 (author)
Sat Jul 07 11:51:34 -0700 2007
commit  9a09c3dba17576124fec39efc5902663f365d873
tree    d654357b2f5d91ae2f6d2d21ec3b9c432a9e4186
parent  ff2f08feaca66aeb47c2a8afcaebbfb5269367b1
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