Gem: haml
This commit is contained in:
7
vendor/gems/haml-1.7.2/bin/html2haml
vendored
Normal file
7
vendor/gems/haml-1.7.2/bin/html2haml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require File.dirname(__FILE__) + '/../lib/haml'
|
||||
require 'haml/exec'
|
||||
|
||||
opts = Haml::Exec::HTML2Haml.new(ARGV)
|
||||
opts.parse!
|
||||
Reference in New Issue
Block a user