mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
First post-1.8.0 change: include css2sass in the gem executable list.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@720 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
2c84de8749
commit
6ececddda9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -71,7 +71,7 @@ unless ARGV[0] == 'benchmark'
|
|||
list.exclude(/[a-z]/)
|
||||
list.exclude('TODO')
|
||||
end.to_a
|
||||
spec.executables = ['haml', 'html2haml', 'sass']
|
||||
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
|
||||
spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
|
||||
spec.autorequire = ['haml', 'sass']
|
||||
spec.homepage = 'http://haml.hamptoncatlin.com/'
|
||||
|
|
Loading…
Reference in a new issue