15 lines
302 B
Ruby
15 lines
302 B
Ruby
|
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
|