diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-07-13 10:03:51 -0700 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-07-13 10:03:51 -0700 |
commit | 2432f9997ba42a19479697059e69805e5aaec582 (patch) | |
tree | c9a8bb1580b640045a0ddbdf20a2b70329173450 | |
parent | d85c2414ad4b1f33b218df892e7444bcea13bafa (diff) | |
parent | 7a4feb1e31687abfc9a8d1d3c865ec87b47e1713 (diff) | |
download | my_new_personal_website-2432f9997ba42a19479697059e69805e5aaec582.tar.xz my_new_personal_website-2432f9997ba42a19479697059e69805e5aaec582.zip |
Merge pull request #1297 from ndbroadbent/patch-1
Fix http generated images path when using Compass sprites
-rw-r--r-- | config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ project_type = :stand_alone # Publishing paths http_path = "/" http_images_path = "/images" +http_generated_images_path = "/images" http_fonts_path = "/fonts" css_dir = "public/stylesheets" |