aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-19 13:35:06 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-19 15:33:32 +1100
commite43ece3726a86b00c5de202350adea3060d707ee (patch)
tree02b73b1f89117e0a5e7f28643ce8e3f4f064b66b
parente65e4cc3b8c265ab12476966c75e8e084ff5daf1 (diff)
Update paths in compass config to sass and compiled stylesheets, js & images
-rw-r--r--.compass/config.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/.compass/config.rb b/.compass/config.rb
index bd67e2a30..5d0cbeae8 100644
--- a/.compass/config.rb
+++ b/.compass/config.rb
@@ -4,12 +4,12 @@ require 'bootstrap-sass'
# Set this to the root of your project when deployed:
http_path = "/adminbootstraptheme/"
-css_dir = "public/stylesheets"
+css_dir = "public/adminbootstraptheme/stylesheets"
http_css_dir = "stylesheets"
-sass_dir = "sass"
-images_dir = "public/images"
+sass_dir = "app/sass"
+images_dir = "public/adminbootstraptheme/images"
http_images_dir = "images"
-javascripts_dir = "javascripts"
+javascripts_dir = "public/adminbootstraptheme/javascripts"
output_style = :compact
#output_style = :compressed