我正在从罗盘观看的文件夹之外的文件夹中导入另一个SCSS文件。如何编辑我的config.rb以观察该外部文件夹以及当前正在观看的文件夹中的更改?
我的文件夹结构
themes / mytheme / sass_files - 目前正在观看
themes / othertheme / sass_files - 我还想看这个文件夹进行更改。
我的配置文件位于/ themes / mytheme
我的config.rb
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "/"
images_dir = "img"
javascripts_dir = "js"
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
我可以编辑此文档以跟踪其他文件夹,还是必须移动.rb文件?
由于