aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-07-13 10:03:51 -0700
committerBrandon Mathis <brandon@imathis.com>2013-07-13 10:03:51 -0700
commit2432f9997ba42a19479697059e69805e5aaec582 (patch)
treec9a8bb1580b640045a0ddbdf20a2b70329173450
parentd85c2414ad4b1f33b218df892e7444bcea13bafa (diff)
parent7a4feb1e31687abfc9a8d1d3c865ec87b47e1713 (diff)
downloadmy_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
Diffstat (limited to '')
-rw-r--r--config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.rb b/config.rb
index 8cfcb51f..408aecaf 100644
--- a/config.rb
+++ b/config.rb
@@ -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"