class Middleman::CoreExtensions::FileWatcher
def after_configuration
def after_configuration if @original_source_dir != app.config[:source] @watcher.update_path(app.config[:source]) end @sources.start! @sources.find_new_files! end
def after_configuration if @original_source_dir != app.config[:source] @watcher.update_path(app.config[:source]) end @sources.start! @sources.find_new_files! end