1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

slickmap include

This commit is contained in:
tdreyno 2009-10-08 11:11:34 -07:00
parent a0cec1f8cc
commit 1ed7414de3

View file

@ -6,6 +6,7 @@ rescue LoadError
end
if Middleman::Base.environment == "build"
require "middleman/builder"
Middleman::Builder.template :slickmap, "sitemap.html", "sitemap.html"
end