forked from adamstac/serve-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
26 lines (20 loc) · 760 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
25
26
# Compass Configuration
# HTTP paths
http_path = '/'
http_stylesheets_path = '/stylesheets'
http_images_path = '/images'
http_javascripts_path = '/javascripts'
# File system locations
sass_dir = 'sass'
css_dir = 'public/stylesheets'
images_dir = 'public/images'
javascripts_dir = 'public/javascripts'
# Set to true for easier debugging
line_comments = false
preferred_syntax = :sass
# CSS output style - :nested, :expanded, :compact, or :compressed
output_style = :expanded
# Determine whether Compass asset helper functions generate relative
# or absolute paths
relative_assets = true
# Learn more: http://compass-style.org/docs/tutorials/configuration-reference/