prep alpha, backwards compat

This commit is contained in:
Thomas Reynolds 2014-12-23 14:54:21 -08:00
parent d8e8b06cb6
commit ee4c68b03c
16 changed files with 94 additions and 23 deletions

View file

@ -33,7 +33,7 @@ module Middleman
# Setup data files before anything else so they are available when
# parsing config.rb
app.files.changed(:data, &@data_store.method(:update_files))
app.files.on_change(:data, &@data_store.method(:update_files))
end
def after_configuration