-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.rb
More file actions
executable file
·26 lines (18 loc) · 1017 Bytes
/
config.rb
File metadata and controls
executable file
·26 lines (18 loc) · 1017 Bytes
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
# Compass configuration file! See: http://compass-style.org/help/tutorials/configuration-reference/
# Target directory where the CSS files will be built
css_dir = "web/css"
# Source directory of the sass files
# Notice this is *not* in web - we're not copying these files to web, because
# we don't need to (we can just tell Compass to look here)
sass_dir = "web/sass"
# The following things we don't care about as much, but here you go :)
# Used with the image-url helper
images_dir = "web/assets/images"
# For its purpose, see https://groups.google.com/forum/#!topic/compass-users/rjAntZ8RZgs
javascripts_dir = "web/assets/js"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
# To enable relative paths to assets via compass helper functions. Uncomment:
#relative_assets = true
# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false