-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.rb
35 lines (30 loc) · 931 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
27
28
29
30
31
32
33
34
35
Encoding.default_external = "utf-8"
# Require any additional compass plugins here.
require 'bootstrap-sass'
# Set this to the root of your project when deployed:
css_dir = "_build"
sass_dir = "/"
images_dir = "images"
fonts_dir = "fonts"
http_path = "/"
http_stylesheets_path = "/"
if (environment == :production)
sass_options = {
:precision => 5,
:sourcemap => true
}
output_style = :compressed
else
sass_options = {
:precision => 5,
:debug_info => 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 = :nested
# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false
end
enable_sourcemaps = true
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true