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
nex3 (author)
Mon Jul 09 18:08:44 -0700 2007
commit  70bd178d1153af0fc37c042e0d1a000a6a5973c7
tree    164d14bb5369f24a8908fc9e27ac9ff745238096
parent  c02e51d0802776c21c88f1d4c914fdd40318bf1a
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