Gem: haml

This commit is contained in:
2008-03-02 19:19:02 -03:00
parent c5cb69f277
commit 3f8c9f0ae6
107 changed files with 8275 additions and 0 deletions

8
vendor/gems/haml-1.7.2/bin/sass vendored Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env ruby
# The command line Sass parser.
require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'
opts = Haml::Exec::Sass.new(ARGV)
opts.parse!