mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Some Jekyll plugins confuse Compass by mucking around with the CWD.
This keeps things behaving sanely in such cases.
This commit is contained in:
parent
72579fe9cf
commit
fe3ac0b260
@ -3,6 +3,7 @@ require "octopress"
|
|||||||
|
|
||||||
config = Octopress::Configuration.new.read_configuration
|
config = Octopress::Configuration.new.read_configuration
|
||||||
|
|
||||||
|
project_path = File.dirname(__FILE__)
|
||||||
project_type = :stand_alone
|
project_type = :stand_alone
|
||||||
|
|
||||||
compass_http_path = config[:destination].gsub('public', '')
|
compass_http_path = config[:destination].gsub('public', '')
|
||||||
|
Loading…
Reference in New Issue
Block a user