8ac59801be
Update commons modules to release 7.12, and move the codebase under modules/commons instead of constant fetching from remote repository. The commons.make file removed so it is not required to rebuild groups distribution. Change-Id: I3be393ba1af34427e2915b18ab1ad718fd4e54db
21 lines
527 B
Ruby
21 lines
527 B
Ruby
# Require any additional compass plugins here.
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
css_dir = "/"
|
|
sass_dir = "/"
|
|
images_dir = "images"
|
|
|
|
# output_style = :expanded or :nested or :compact or :compressed
|
|
output_style = :expanded
|
|
|
|
relative_assets = true
|
|
|
|
# line_comments and debug_info can be activated by setting the environment
|
|
# flag to "development"
|
|
line_comments = (environment == :development) ? true : false
|
|
|
|
sass_options = {
|
|
:debug_info => (environment == :development) ? true : false
|
|
}
|