Skip to content

Commit

Permalink
Include the Compass logger to prevent "uninitialized constant Compass…
Browse files Browse the repository at this point in the history
…::Logger"

Closes CompassGH-438.
  • Loading branch information
mattfawcett authored and chriseppstein committed Jul 3, 2011
1 parent 842e877 commit b2b9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass.rb
@@ -1,7 +1,7 @@
module Compass
end

%w(dependencies util browser_support sass_extensions version errors quick_cache).each do |lib|
%w(dependencies util browser_support sass_extensions version errors quick_cache logger).each do |lib|
require "compass/#{lib}"
end

Expand Down

0 comments on commit b2b9d57

Please sign in to comment.