mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
21 lines
495 B
Ruby
21 lines
495 B
Ruby
require 'compass/import-once/activate'
|
|
# Require any additional compass plugins here.
|
|
|
|
# Set this to the root of your project when deployed:
|
|
http_path = "/"
|
|
css_dir = "../static/css"
|
|
sass_dir = "sass"
|
|
images_dir = "../static/img"
|
|
javascripts_dir = "../static/js"
|
|
fonts_dir = "../static/fonts"
|
|
|
|
output_style = :compressed
|
|
|
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
|
# relative_assets = true
|
|
|
|
line_comments = false
|
|
color_output = false
|
|
|
|
preferred_syntax = :scss
|