GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ 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
nex3 (author)
Wed Jul 18 00:37:44 -0700 2007
commit  124fdd3742098d2d4ef5f0d185e98b34625b4adb
tree    e2623911e5be4f2005dbe1a8657f8c16f96c6f97
parent  70bd178d1153af0fc37c042e0d1a000a6a5973c7
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