left some debug messages in
This commit is contained in:
parent
34e40cbe01
commit
d0dd60fb4b
|
@ -107,7 +107,6 @@ module Middleman::Cli
|
||||||
begin
|
begin
|
||||||
destination, request_path = self.class.shared_instance.reroute_builder(destination, request_path)
|
destination, request_path = self.class.shared_instance.reroute_builder(destination, request_path)
|
||||||
|
|
||||||
# $stderr.puts request_path
|
|
||||||
response = self.class.shared_rack.get(request_path.gsub(/\s/, "%20"))
|
response = self.class.shared_rack.get(request_path.gsub(/\s/, "%20"))
|
||||||
|
|
||||||
create_file(destination, response.body, config)
|
create_file(destination, response.body, config)
|
||||||
|
|
|
@ -115,7 +115,6 @@ module Middleman::CoreExtensions::FrontMatter
|
||||||
if !p.proxy? && has_data?(file_path)
|
if !p.proxy? && has_data?(file_path)
|
||||||
d = data(file_path)
|
d = data(file_path)
|
||||||
if d && d[0]
|
if d && d[0]
|
||||||
$stderr.puts "Should ignore #{path}", p.source_file
|
|
||||||
d[0].has_key?("ignored") && d[0]["ignored"] == true
|
d[0].has_key?("ignored") && d[0]["ignored"] == true
|
||||||
else
|
else
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in a new issue