Rakefile in haml-3.0.0.rc.3 vs Rakefile in haml-3.0.0.rc.4

- old
+ new

@@ -267,9 +267,10 @@ list.exclude('lib/haml/railtie.rb') list.exclude('lib/haml/helpers/action_view_mods.rb') list.exclude('lib/haml/helpers/xss_mods.rb') list.exclude('lib/sass/plugin/merb.rb') list.exclude('lib/sass/plugin/rails.rb') + list.exclude('lib/sass/less.rb') end.to_a t.options << '--incremental' if Rake.application.top_level_tasks.include?('redoc') t.options += FileList.new(scope('yard/*.rb')).to_a.map {|f| ['-e', f]}.flatten files = FileList.new(scope('doc-src/*')).to_a.sort_by {|s| s.size} + %w[MIT-LICENSE VERSION] t.options << '--files' << files.join(',')