File: config.rb

package info (click to toggle)
libpolyclipping 6.4.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,844 kB
  • sloc: pascal: 6,282; cpp: 5,906; cs: 5,464; javascript: 2,634; python: 2,148; ruby: 11; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
environment   = :production
project_type  = :stand_alone
http_path     = "/"
css_dir       = "../styles"
sass_dir      = "."
images_dir    = "images"
sass_options  = {
  :line_numbers => false,
  :debug_info   => false
}

# output_style = :compressed
# output_style = :compact
output_style = :expanded