import_file and import_path APIs. Addresses #1632
This commit is contained in:
parent
16b997498b
commit
e47b0ae29a
104 changed files with 19326 additions and 8 deletions
|
@ -237,7 +237,6 @@ module Middleman
|
|||
related_updates = ::Middleman::Util.find_related_files(app, (updated_paths + removed_paths)).select(&method(:valid?))
|
||||
|
||||
related_updates.each do |f|
|
||||
add_file_to_cache(f)
|
||||
logger.debug "== Possible Change (#{f[:types].inspect}): #{f[:relative_path]}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue