aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Broadbent <nathan.f77@gmail.com>2013-07-13 23:22:29 +1200
committerNathan Broadbent <nathan.f77@gmail.com>2013-07-13 23:22:29 +1200
commit7a4feb1e31687abfc9a8d1d3c865ec87b47e1713 (patch)
tree27befb549bb4a45bfa3b9c3d8a532ec3b1d96217
parent64bb9a346b8ed93f19fd25fa258c7931d888773f (diff)
downloadmy_new_personal_website-7a4feb1e31687abfc9a8d1d3c865ec87b47e1713.tar.xz
my_new_personal_website-7a4feb1e31687abfc9a8d1d3c865ec87b47e1713.zip
Fix http generated images path when using Compass sprites
Otherwise compass uses '/source/images' for the sprite image URL
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"