blob: 52e432e9fa4825294fe38ac28cdd3c187ab92e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Require any additional compass plugins here.
# Get the directory that this configuration file exists in
dir = File.dirname(__FILE__)
# Set this to the root of your project when deployed:
http_path = "/"
sass_path = dir
css_path = File.join(dir, "..", "css")
fonts_path = File.join(dir, "fonts")
images_path = File.join(dir, "..", "images")
javascripts_path = File.join(dir, "..", "javascripts")
output_style = :compressed
environment = :production
# output_style = :expanded
# environment = :development
|