I'm running into a similar issue with compass (which I LOVE btw :) Check out my config
=============================================================== require 'susy' # Require any additional compass plugins here. project_type = :rails project_path = RAILS_ROOT if defined?(RAILS_ROOT) # Set this to the root of your project when deployed: http_path = "/" css_dir = "public/stylesheets/" sass_dir = "app/styles" images_dir = "public/images" javascripts_dir = "public/javascripts" # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true http_images_path = "/images" http_stylesheets_path = "/stylesheets" http_javascripts_path = "/javascripts" require 'susy' # Require any additional compass plugins here. project_type = :rails project_path = RAILS_ROOT if defined?(RAILS_ROOT) # Set this to the root of your project when deployed: http_path = "/" css_dir = "public/stylesheets/" sass_dir = "app/styles" images_dir = "public/images" javascripts_dir = "public/javascripts" # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true http_images_path = "/images" http_stylesheets_path = "/stylesheets" http_javascripts_path = "/javascripts" output_style = :compact =============================================================== Despite the fact that I establish public/stylesheets as the css directory, compass feels obliged to slap the css in a "src" folder within stylesheets. What am I missing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
