class Middleman::CoreExtensions::Data
def initialize(app, config={}, &block)
def initialize(app, config={}, &block) super @data_store = DataStore.new(app, DATA_FILE_MATCHER) start_watching(app.config[:data_dir]) end
def initialize(app, config={}, &block) super @data_store = DataStore.new(app, DATA_FILE_MATCHER) start_watching(app.config[:data_dir]) end