apache_conf SASS Config.rb

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf SASS Config.rb相关的知识,希望对你有一定的参考价值。

# Require any additional compass plugins here.
require "susy"
require "companimation"
require "rgbapng"

# paths
# Set this to the root of your project when deployed:
http_path       = "/"
css_dir         = "/"
sass_dir        = "sass"
images_dir      = "assets/img"
javascripts_dir = "assets/js"
fonts_dir       = "assets/fonts"

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

# The environment mode.
# Defaults to :production, can also be :development
# Use :development to see line numbers, file names, etc
environment     = :production

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

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

# disable the asset cache buster
asset_cache_buster :none

以上是关于apache_conf SASS Config.rb的主要内容,如果未能解决你的问题,请参考以下文章