try to use fssm with vendored darwin/linux support instead of guard

This commit is contained in:
Thomas Reynolds 2012-01-01 17:47:38 -08:00
parent c7249a63b1
commit 83de7a7e13
25 changed files with 1601 additions and 62 deletions

View file

@ -27,7 +27,7 @@ module Middleman
autoload :Base, "middleman-core/base"
autoload :Cache, "middleman-core/cache"
autoload :Templates, "middleman-core/templates"
autoload :Guard, "middleman-core/guard"
autoload :Watcher, "middleman-core/watcher"
module Cli
autoload :Base, "middleman-core/cli"