prevent init from gettin run twice on build. closes #84
This commit is contained in:
parent
f1fd8870a6
commit
53cd0909c2
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ module Middleman
|
|||
def initialize(*args)
|
||||
super
|
||||
|
||||
SHARED_SERVER.new
|
||||
|
||||
if options.has_key?("relative") && options["relative"]
|
||||
SHARED_SERVER.activate :relative_assets
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue