forked from crossblaim/campfire-theme-for-colloquy
-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.rb
24 lines (18 loc) · 1022 Bytes
/
config.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# First, require any additional compass plugins installed on your system.
# require 'zen-grids'
# Location of the this project's resources.
css_dir = "Succinct.colloquyStyle/Contents/Resources"
sass_dir = "Succinct.colloquyStyle/Contents/Resources/sass"
extensions_dir = "Succinct.colloquyStyle/Contents/Resources/sass-extensions"
images_dir = "Succinct.colloquyStyle/Contents/Resources/images"
javascripts_dir = "Succinct.colloquyStyle/Contents/Resources/js"
# Set this to the root of your project. All resource locations above are
# considered to be relative to this path.
http_path = "/"
# To use relative paths to assets in your compiled CSS files, set this to true.
relative_assets = true
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
output_style = :expanded
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments = false