-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
36 lines (30 loc) · 1.16 KB
/
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
36
require 'compass/import-once/activate'
# Require any additional compass plugins here.
http_path = "/"
css_dir = "css"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"
fonts_dir = "fonts"
output_style = :nested
# 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
color_output = false
preferred_syntax = :scss
css_dir = "css" # by Fire.app
sass_dir = "sass" # by Fire.app
images_dir = "images" # by Fire.app
javascripts_dir = "javascripts" # by Fire.app
fireapp_coffeescripts_dir = "coffeescripts" # by Fire.app
fireapp_livescripts_dir = "livescripts" # by Fire.app
fireapp_minifyjs_on_build = false # by Fire.app
fireapp_always_report_on_build = true # by Fire.app
output_style = :nested # by Fire.app
relative_assets = false # by Fire.app
line_comments = false # by Fire.app
sass_options = {:debug_info=>false} # by Fire.app
sourcemap = false # by Fire.app
fireapp_coffeescript_options = {:bare=>false} # by Fire.app
fireapp_livescript_options = {:bare=>false} # by Fire.app