Begin splitting our requires into correct places instead of autoload

Disable autoload on watcher

finish moving requires out
This commit is contained in:
Thomas Reynolds 2012-04-14 13:51:02 -07:00
parent 0bc35db4a6
commit 2130e902c2
10 changed files with 757 additions and 748 deletions

View file

@ -1,4 +1,5 @@
require "find"
require "middleman-core/watcher"
# API for watching file change events
module Middleman::CoreExtensions::FileWatcher