ignore globs, mostly working, except with directory indexes
This commit is contained in:
parent
be6f6944ca
commit
e3b15366cb
7 changed files with 40 additions and 46 deletions
|
@ -225,7 +225,7 @@ module Middleman::Cli
|
|||
|
||||
if @app.sitemap.proxied?(file_source)
|
||||
file_source = @app.sitemap.page(file_source).proxied_to
|
||||
elsif @app.sitemap.ignored?(file_source)
|
||||
elsif @app.sitemap.page(file_source).ignored?
|
||||
next
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue