Skip to content

Commit

Permalink
Actually ship the scss executable that we have had for a while now.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Aug 30, 2011
1 parent 43097d8 commit 9cc7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass.gemspec
Expand Up @@ -22,7 +22,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec|
spec.add_development_dependency 'maruku', '>= 0.5.9'

readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
spec.executables = ['sass', 'sass-convert']
spec.executables = ['sass', 'sass-convert', 'scss']
spec.files = Dir['rails/init.rb', 'lib/**/*', 'vendor/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'] + readmes
Expand Down

0 comments on commit 9cc7a97

Please sign in to comment.