mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Make sure to include vendored sass dir.
This commit is contained in:
parent
6d70d20395
commit
c442b546b5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
|
|||
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
|
||||
spec.executables = ['haml', 'html2haml']
|
||||
spec.files = Dir['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
|
||||
'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'] + readmes
|
||||
'extra/**/*', 'vendor/sass/**/*', 'Rakefile', 'init.rb', '.yardopts'] + readmes
|
||||
spec.homepage = 'http://haml-lang.com/'
|
||||
spec.has_rdoc = false
|
||||
spec.test_files = Dir['test/**/*_test.rb']
|
||||
|
|
Loading…
Reference in a new issue