lib/middleman-slim/template/shared/config.tt in middleman-slim-0.1.1 vs lib/middleman-slim/template/shared/config.tt in middleman-slim-0.1.2
- old
+ new
@@ -22,11 +22,11 @@
# A path which all have the same layout
# with_layout :admin do
# page "/admin/*"
# end
-# Proxy pages (http://middlemanapp.com/dynamic-pages/)
+# Proxy pages (http://middlemanapp.com/basics/dynamic-pages/)
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
# :which_fake_page => "Rendering a fake page with a local variable" }
###
# Helpers
@@ -34,11 +34,13 @@
# Automatic image dimensions on image_tag helper
# activate :automatic_image_sizes
# Reload the browser automatically whenever files change
-# activate :livereload
+# configure :development do
+# activate :livereload
+# end
# Methods defined in the helpers block are available in templates
# helpers do
# def some_helper
# "Helping"
@@ -84,7 +86,7 @@
# Use relative URLs
# activate :relative_assets
# Or use a different image path
- # set :http_path, "/Content/images/"
+ # set :http_prefix, "/Content/images/"
end