forked from DBCDK/bibdk_subject_hierarchy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.rb
27 lines (21 loc) · 895 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
# First, require any additional compass plugins installed on your system.
require 'zen-grids'
require 'susy'
# require 'breakpoint'
# Location of the your project's resources.
css_dir = "css"
sass_dir = "sass"
extensions_dir = "sass-extensions"
images_dir = "images"
javascripts_dir = "js"
# Set this to the root of your project. All resource locations above are
# considered to be relative to this path.
http_path = "/"
# 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 = :expanded
# Pass options to sass. For development, we turn on the FireSass-compatible
# debug_info if the firesass config variable above is true.
sass_options = {:debug_info => false}
# Ignore line comments when compiling, in order to avoid confusion.
line_comments = false