Merge pull request #985 from jasonwebster/fix_http_prefix_generated_config

Fix wrong http pathing/prefixing example in generated config
This commit is contained in:
Ben Hollis 2013-08-15 18:08:40 -07:00
commit a3e030e846
2 changed files with 2 additions and 2 deletions

View file

@ -76,5 +76,5 @@ configure :build do
# activate :smusher
# Or use a different image path
# set :http_path, "/Content/images/"
# set :http_prefix, "/Content/images/"
end

View file

@ -81,5 +81,5 @@ configure :build do
# activate :relative_assets
# Or use a different image path
# set :http_path, "/Content/images/"
# set :http_prefix, "/Content/images/"
end