Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2.  
  3. # This configuration file works with both the Compass command line tool and within Rails.
  4. # Require any additional compass plugins here.
  5. project_type = :rails
  6. project_path = Rails.root if defined?(Rails.root)
  7. # Set this to the root of your project when deployed:
  8. http_path = "/"
  9. css_dir = "public/stylesheets"
  10. sass_dir = "app/stylesheets"
  11. images_dir = "public/images"
  12. javascripts_dir = "public/javascripts"
  13. environment = Compass::AppIntegration::Rails.env
  14. # To enable relative paths to assets via compass helper functions. Uncomment:
  15. # relative_assets = true
  16. relative_assets = true
  17. cache_dir = %Q[tmp/sass-cache]
Add Comment
Please, Sign In to add comment