Skip to content

Commit 7a4feb1

Browse files
committed
Fix http generated images path when using Compass sprites
Otherwise compass uses '/source/images' for the sprite image URL
1 parent 64bb9a3 commit 7a4feb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Publishing paths
77
http_path = "/"
88
http_images_path = "/images"
9+
http_generated_images_path = "/images"
910
http_fonts_path = "/fonts"
1011
css_dir = "public/stylesheets"
1112

0 commit comments

Comments
 (0)