Skip to content

Commit

Permalink
Remove WIP comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 25, 2011
1 parent 067da39 commit fe27541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/less/rails/railtie.rb
Expand Up @@ -29,8 +29,6 @@ module LessContext
end

initializer 'less-rails.after.append_assets_path', :after => :append_assets_path, :group => :all do |app|
# raise paths["app/assets"].existent_directories.inspect
# raise app.config.assets.paths.inspect
assets_stylesheet_paths = app.config.assets.paths.select { |p| p.ends_with?('stylesheets') }
app.config.less.paths.unshift(*assets_stylesheet_paths)
end
Expand Down

0 comments on commit fe27541

Please sign in to comment.