Skip to content

Commit

Permalink
Fix http generated images path when using Compass sprites
Browse files Browse the repository at this point in the history
Otherwise compass uses '/source/images' for the sprite image URL
  • Loading branch information
ndbroadbent committed Jul 13, 2013
1 parent 64bb9a3 commit 7a4feb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.rb
Expand Up @@ -6,6 +6,7 @@
# Publishing paths
http_path = "/"
http_images_path = "/images"
http_generated_images_path = "/images"
http_fonts_path = "/fonts"
css_dir = "public/stylesheets"

Expand Down

0 comments on commit 7a4feb1

Please sign in to comment.