Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f78f5f

Browse files
ndbroadbentpeterberkenbosch
authored andcommitted
Fix http generated images path when using Compass sprites
Otherwise compass uses '/source/images' for the sprite image URL
1 parent b82e626 commit 0f78f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.rb

Lines changed: 1 addition & 0 deletions
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)