mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-26 09:28:52 -05:00
Merge pull request #1042 from MrJoy/fix_compass_integration
Fix static reference to instance method in Compass' config.
This commit is contained in:
commit
72579fe9cf
@ -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