Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / config.rb @ 6bd1416f

History | View | Annotate | Download (888 Bytes)

1
require 'zurb-foundation'
2
# Require any additional compass plugins here.
3

    
4

    
5
# Set this to the root of your project when deployed:
6
http_path = "/"
7
css_dir = "stylesheets"
8
sass_dir = "sass"
9
images_dir = "images"
10
javascripts_dir = "javascripts"
11

    
12
# You can select your preferred output style here (can be overridden via the command line):
13
# output_style = :expanded or :nested or :compact or :compressed
14

    
15
# To enable relative paths to assets via compass helper functions. Uncomment:
16
# relative_assets = true
17

    
18
# To disable debugging comments that display the original location of your selectors. Uncomment:
19
# line_comments = false
20

    
21

    
22
# If you prefer the indented syntax, you might want to regenerate this
23
# project again passing --syntax sass, or you can uncomment this:
24
# preferred_syntax = :sass
25
# and then run:
26
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass