forked from stevebritton/grunt-patternprimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rb
22 lines (16 loc) · 790 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.
#extensions_dir = "sass/extensions"
#Compass::Frameworks.register('modular-scale', :path => File.expand_path("#{extensions_dir}/modular-scale"))
# Uncomment these to use regular Ruby gems.
#require 'sassy-buttons'
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "src/css"
sass_dir = "src/sass"
images_dir = "src/images"
# You can select your preferred output style here (can be overridden via the command line) :nested or :expanded or :compact or :compressed:
output_style = :compact
# 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 = false