carlo (owner)

Revisions

gist: 209540 Download_button fork
public
Description:
"Hamlize" Textmate command for quick-checking HAML syntax. Pretty handy once you've finetuned it a bit. http://bit.ly/h4hYd
Public Clone URL: git://gist.github.com/209540.git
Embed All Files: show embed
Hamlize.rb #
1
2
3
4
5
6
7
#!/usr/local/bin/ruby
 
require "rubygems"
require "haml"
 
puts Haml::Engine.new( STDIN.read.gsub( /\t/, " " ), { :escape_html => true } ).render