public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
First post-1.8.0 change: include css2sass in the gem executable list.

git-svn-id: svn://hamptoncatlin.com/haml/tags/stable@720 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 06 21:50:38 -0800 2008
commit  a0a13a159435c69dd308e2351455b89c67d11e6c
tree    91696ae782c4ffcaee004d6377ab995311ccec93
parent  1de52cc376653b2be28e4739679f01fb955aa30a
...
71
72
73
74
 
75
76
77
...
71
72
73
 
74
75
76
77
0
@@ -71,7 +71,7 @@ unless ARGV[0] == 'benchmark'
0
       list.exclude(/[a-z]/)
0
       list.exclude('TODO')
0
     end.to_a
0
- spec.executables = ['haml', 'html2haml', 'sass']
0
+ spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
0
     spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
0
     spec.autorequire = ['haml', 'sass']
0
     spec.homepage = 'http://haml.hamptoncatlin.com/'

Comments

    No one has commented yet.