-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.rb
More file actions
36 lines (26 loc) · 1.33 KB
/
config.rb
File metadata and controls
36 lines (26 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ==============================================================================
# GENERAL CONFIGURATION
#
# View all options here:
# http://compass-style.org/help/tutorials/configuration-reference/
# ==============================================================================
# Require any additional compass plugins here.
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# Enable relative paths to assets via compass helper functions.
relative_assets = true
# ==============================================================================
# COMPASS DIRECTORY CONFIGURATION
# ==============================================================================
# The root of all operations, must be set for Compass to work.
http_path = "/"
# Directory containing the SASS source files
sass_dir = "stylesheets/scss"
# Directory where Compass dumps the generated CSS files
css_dir = "stylesheets"
# Directory where font files use in font-face declarations are stored
fonts_dir = "fonts"
# Directory where Compass stores the Grid image, and the sites images are stored
images_dir = "images"
# Directory where the sites' JavaScript file are stored
javascripts_dir = "javascripts"