複数のディレクトリにある.scssファイルをコンパイルするには、「add_import_path」(http://compass-style.org/help/tutorials/configuration-reference/)を使用する必要がありますが、方法がわかりません。
追加しようとしました
additional_import_paths
add_import_path "_themes"
add_import_path = "_themes"
additional_import_paths = "_themes"
私のconfig.rbにありますが、運がありません。コンパスはsass_dir="_modules"からのみコンパイルします。
更新:はい、この行
add_import_path "_themes"
「フォルダが見つかりません」というエラーは表示されませんが、コンパスはまだ.scssをコンパイルしていません
私は何が間違っているのですか?