Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.90 KB | None | 0 0
  1. require 'compass/import-once/activate'
  2. # Require any additional compass plugins here.
  3.  
  4. # Set this to the root of your project when deployed:
  5. http_path = "/"
  6. css_dir = "stylesheets"
  7. sass_dir = "sass"
  8. images_dir = "images"
  9. javascripts_dir = "javascripts"
  10.  
  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.  
  14. # To enable relative paths to assets via compass helper functions. Uncomment:
  15. # relative_assets = true
  16.  
  17. # To disable debugging comments that display the original location of your selectors. Uncomment:
  18. # line_comments = false
  19.  
  20.  
  21. # If you prefer the indented syntax, you might want to regenerate this
  22. # project again passing --syntax sass, or you can uncomment this:
  23. # preferred_syntax = :sass
  24. # and then run:
  25. # sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement