diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-19 13:35:06 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-25 16:26:52 +1100 |
commit | ad0e5875879e24e9f73ad8f2a9b24239b3fd950a (patch) | |
tree | fd9f5fa0badc3dc0731bd033f7c66ee66286ae58 | |
parent | c65713944011bcc4b1e7335a17e14a3023b67377 (diff) |
Update paths in compass config to sass and compiled stylesheets, js & images
-rw-r--r-- | .compass/config.rb | 8 |
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 |