config.rb 1022 B

1234567891011121314151617181920212223242526272829
  1. require 'compass/import-once/activate'
  2. # Require any additional compass plugins here.
  3. # Set this to the root of your project when deployed:
  4. http_path = "dist"
  5. css_dir = "stylesheets"
  6. sass_dir = "sass"
  7. images_dir = "images"
  8. javascripts_dir = "js"
  9. generated_images_dir = "dist/images"
  10. http_generated_images_path = "images"
  11. # You can select your preferred output style here (can be overridden via the command line):
  12. # output_style = :expanded or :nested or :compact or :compressed
  13. #output_style = :compressed
  14. output_style = :compressed
  15. # To enable relative paths to assets via compass helper functions. Uncomment:
  16. #relative_assets = false
  17. # To disable debugging comments that display the original location of your selectors. Uncomment:
  18. line_comments = true
  19. # If you prefer the indented syntax, you might want to regenerate this
  20. # project again passing --syntax sass, or you can uncomment this:
  21. # preferred_syntax = :sass
  22. # and then run:
  23. # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass