mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add sass-convert to the gemspec.
This commit is contained in:
parent
37ae916bd1
commit
e2929d7fe9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
|
|||
list.exclude('TODO')
|
||||
list.include('REVISION') if have_revision
|
||||
end.to_a
|
||||
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
|
||||
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass', 'sass-convert']
|
||||
spec.files = FileList['rails/init.rb', 'lib/**/*', 'vendor/**/*',
|
||||
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
|
||||
'.yardopts'].to_a + readmes
|
||||
|
|
Loading…
Reference in a new issue