Begin splitting our requires into correct places instead of autoload
Disable autoload on watcher finish moving requires out
This commit is contained in:
parent
0bc35db4a6
commit
2130e902c2
10 changed files with 757 additions and 748 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue