Make global config access work inside steps

This commit is contained in:
Thomas Reynolds 2016-04-11 16:02:31 -07:00
parent ec213efb95
commit e99649b33e
7 changed files with 82 additions and 25 deletions

View file

@ -88,6 +88,8 @@ module Middleman
def update_files(updated_files, removed_files)
updated_files.each(&method(:touch_file))
removed_files.each(&method(:remove_file))
@app.sitemap.rebuild_resource_list!(:touched_data_file)
end
# Update the internal cache for a given file path