Skip to content

Commit

Permalink
Removed unneeded compass init
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Moore committed May 12, 2011
1 parent 872b903 commit da5f0f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/initializers/compass.rb
@@ -1,15 +1,11 @@
require 'fileutils'
require 'compass'
require 'compass/app_integration/rails'

FileUtils.mkdir_p(Rails.root.join("tmp", "stylesheets"))

Rails.configuration.middleware.insert_before('Rack::Sendfile', 'Rack::Static',
:urls => ['/stylesheets'],
:root => "#{Rails.root}/tmp")

Compass::AppIntegration::Rails.initialize!

module ActionView
module Helpers
alias old_rails_asset_id rails_asset_id
Expand Down

0 comments on commit da5f0f4

Please sign in to comment.