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

@ -49,6 +49,8 @@ end
# Automatically discover extensions in RubyGems
Middleman.load_extensions_in_path
require "middleman-core/cli"
# Change directory to the root
Dir.chdir(ENV["MM_ROOT"] || Dir.pwd) do