1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/lib/middleman/template/init.rb
2009-07-30 14:57:59 -07:00

22 lines
No EOL
478 B
Ruby

# Helpers
helpers do
end
# Or inject more templating languages
# helpers Sinatra::Markdown
# Build-specific configuration
configure :build do
Compass.configuration do |config|
# For example, change the Compass output style for deployment
# config.output_style = :compressed
# Or use a different image path
# config.http_images_path = "/Content/images/"
# Disable cache buster
# config.asset_cache_buster do
# false
# end
end
end