tweaks and erb

This commit is contained in:
tdreyno 2010-04-28 14:26:20 -07:00
parent 25ce57017b
commit 071e65b921
5 changed files with 30 additions and 2 deletions

View file

@ -12,7 +12,9 @@ module Middleman
end
autoload :Base, "middleman/base"
autoload :ERb, "middleman/erb"
autoload :Haml, "middleman/haml"
autoload :Sass, "middleman/sass"
autoload :Helpers, "middleman/helpers"
end