b13fd43a2e
Also, don't ever muck with the load paths or rubygems without first trying to require the library without doing so.
4 lines
88 B
Ruby
4 lines
88 B
Ruby
%w(stand_alone rails merb).each do |lib|
|
|
require "compass/app_integration/#{lib}"
|
|
end
|