forked from Codeinwp/Ideal-Image-Slider-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.rb
22 lines (17 loc) · 837 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
# Require any additional compass plugins here.
require 'compass-normalize'
# Set this to the root of your project when deployed:
Encoding.default_external = 'utf-8'
http_path = "/"
css_dir = ""
sass_dir = ""
http_path = (environment == :production) ? "ideal-image-slider" : ""
http_images_path = "../img/"
http_generated_images_path = "../img/"
# 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 = (environment == :production) ? :compressed : :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 = (environment == :production) ? :false : :true