mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-26 09:28:52 -05:00
Fix static reference to instance method in Compass' config.
This commit is contained in:
parent
f64fa33d69
commit
5e347e6b2d
@ -1,7 +1,7 @@
|
|||||||
$:.unshift File.expand_path("lib", File.dirname(__FILE__)) # For use/testing when no gem is installed
|
$:.unshift File.expand_path("lib", File.dirname(__FILE__)) # For use/testing when no gem is installed
|
||||||
require "octopress"
|
require "octopress"
|
||||||
|
|
||||||
config = Octopress::Configuration.read_configuration
|
config = Octopress::Configuration.new.read_configuration
|
||||||
|
|
||||||
project_type = :stand_alone
|
project_type = :stand_alone
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user