-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.rb
More file actions
64 lines (51 loc) · 2.05 KB
/
config.rb
File metadata and controls
64 lines (51 loc) · 2.05 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Require any additional compass plugins? Uncomment the following line
# require "/Library/Ruby/Gems/1.8/gems/compass-0.12.1/lib/compass.rb";
# Set this to the root of your project when deployed:
http_path = "/"
# Set the images directory relative to your http_path or change
# the location of the images themselves using http_images_path:
#http_images_dir = "assets/images"
# http://compass-style.org/reference/compass/helpers/urls/#stylesheet-url
# http://chriseppstein.github.com/blog/2010/05/17/where-are-your-images
http_images_path = ""
# Compass will automatically add cache busters to your images based on image timestamps.
# This will keep browser caches from displaying the wrong image if you change the image but not the url.
# If you don’t want this behavior, it's easy to configure or disable:
# UNCOMMENT THE NEXT THREE LINES
#asset_cache_buster do |http_path, real_path|
# nil
#end
# Project Assets Location
css_dir = "css"
sass_dir = "scss"
images_dir = "img"
javascripts_dir = "js"
# Development
output_style = :expanded
environment = :development
# Production
#output_style = :compressed
#environment = :production
# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
line_comments = false
color_output = false
# Sass Source Mapping
# Make sure you’re running at least Chrome 24
# http://bricss.net/post/33788072565/using-sass-source-maps-in-webkit-inspector
#
sass_options = { :debug_info => true }
# Sass Sleuth
# http://www.mobify.com/dev/sass-sleuth-debugging-sass-in-webkit-browsers
#
#if environment != :production
# sass_options = {:debug_info => true}
#end
# Add support for repeating linear gradients
# https://github.com/chriseppstein/compass/issues/401
Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "ms")
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
# preferred_syntax = :sass
# and then run:
# sass-convert -R --from scss --to sass scss scss && rm -rf sass && mv scss sass