forked from nowaym/groundwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
27 lines (22 loc) · 758 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
23
24
25
26
27
# Set this to the root of your project
http_path = "/"
css_dir = "css"
sass_dir = "src/sass"
images_dir = "images"
javascripts_dir = "js"
fonts_dir = "fonts"
output_style = :expanded
environment = :development
# To enable debug info. Uncomment:
# if environment != :production
# sass_options = {:debug_info => true}
# end
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
line_comments = false
color_output = false
# If you prefer the Sassy-CSS (SCSS) syntax, you might want to regenerate this
# project again passing --syntax scss, or you can change preferred_syntax to ":scss":
preferred_syntax = :sass
# and then run:
# sass-convert -R --from sass --to scss src/sass src/scss && rm -rf src/sass