Rewritten core which makes better use of Tilt. Support for SCSS, Coffee and Less.
This commit is contained in:
parent
bccc6d2d74
commit
5523a10d9b
40 changed files with 642 additions and 668 deletions
|
@ -4,22 +4,5 @@ $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
|||
require 'rubygems'
|
||||
|
||||
module Middleman
|
||||
|
||||
module Rack
|
||||
autoload :Sprockets, "middleman/rack/sprockets"
|
||||
autoload :MinifyJavascript, "middleman/rack/minify_javascript"
|
||||
autoload :MinifyCSS, "middleman/rack/minify_css"
|
||||
end
|
||||
|
||||
module Renderers
|
||||
autoload :ERb, "middleman/renderers/erb"
|
||||
autoload :Builder, "middleman/renderers/builder"
|
||||
autoload :Less, "middleman/renderers/less"
|
||||
end
|
||||
|
||||
autoload :Base, "middleman/base"
|
||||
autoload :Haml, "middleman/renderers/haml"
|
||||
autoload :Sass, "middleman/renderers/sass"
|
||||
autoload :Helpers, "middleman/helpers"
|
||||
|
||||
autoload :Base, "middleman/base"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue