-
Notifications
You must be signed in to change notification settings - Fork 4
/
compass.rb
33 lines (27 loc) · 1.19 KB
/
compass.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
25
26
27
28
29
30
31
32
33
# ----------------------------------------------------------------------
# Additional Compass plugins
# Susy - Responsive Grid System: http://susy.oddbird.net/
# ----------------------------------------------------------------------
require 'susy'
# Set this to the root of your project when deployed:
http_path = "/"
project_path = "."
css_dir = "output/assets/stylesheets"
sass_dir = "assets/stylesheets"
images_dir = "assets/images"
javascripts_dir = "assets/javascripts"
fonts_dir = "assets/fonts"
# You can select your preferred output style here (can be overridden via the command line):
# :expanded or :nested or :compact or :compressed
# build compass for production
# compass compile -e production --force
# other output styles are :nested, :expanded, :compact, or :compressed
# output_style = (environment == :production) ? :compressed : :expanded
output_style = :expanded
# 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
# Preferred syntax.
# :sass or :scss
preferred_syntax = :scss