PageRenderTime 52ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 1ms

/lib/syntaxhighlighter_3.0.83/compass/config.rb

#
Ruby | 14 lines | 11 code | 1 blank | 2 comment | 0 complexity | c6bbcfe35582987b43e58450f2bdca5c MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. environment = :production
  2. project_type = :stand_alone
  3. http_path = "/"
  4. css_dir = "../styles"
  5. sass_dir = "."
  6. images_dir = "images"
  7. sass_options = {
  8. :line_numbers => false,
  9. :debug_info => false
  10. }
  11. # output_style = :compressed
  12. # output_style = :compact
  13. output_style = :expanded