From 5e347e6b2d55c6013440266f16c9cf0598092e48 Mon Sep 17 00:00:00 2001 From: Jon Frisby Date: Wed, 20 Feb 2013 11:40:44 -0800 Subject: [PATCH] Fix static reference to instance method in Compass' config. --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index eeca4b8..05e39e1 100644 --- a/config.rb +++ b/config.rb @@ -1,7 +1,7 @@ $:.unshift File.expand_path("lib", File.dirname(__FILE__)) # For use/testing when no gem is installed require "octopress" -config = Octopress::Configuration.read_configuration +config = Octopress::Configuration.new.read_configuration project_type = :stand_alone