From 741b91622c513b17d160d060325f8272930c09b6 Mon Sep 17 00:00:00 2001 From: Alan Haggai Alavi Date: Tue, 14 Jul 2009 17:11:44 +0530 Subject: [PATCH] Corrected images directory in config.rb --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index 2f329ba..e97353a 100644 --- a/config.rb +++ b/config.rb @@ -2,7 +2,7 @@ project_type = :stand_alone css_dir = "stylesheets" sass_dir = "src" -images_dir = "statics" +images_dir = "statics/images" output_style = :compressed # To enable relative image paths using the images_url() function: # http_images_path = :relative