mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
config for compass watch
This commit is contained in:
parent
0a92611bdc
commit
b7a522533e
20
build/assets/font-awesome/config.rb
Normal file
20
build/assets/font-awesome/config.rb
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Require any additional compass plugins here.
|
||||||
|
|
||||||
|
|
||||||
|
# Set this to the root of your project when deployed:
|
||||||
|
http_path = "/assets/"
|
||||||
|
css_dir = "css"
|
||||||
|
sass_dir = "sass"
|
||||||
|
font_dir = "fonts"
|
||||||
|
javascripts_dir = "js"
|
||||||
|
# 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 = :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 = false
|
||||||
|
|
||||||
|
preferred_syntax = :sass
|
Loading…
Reference in New Issue
Block a user