5

実行中に次のエラーが発生しますcompass create my-theme -r bootstrap-sass --using bootstrap

$ compass create my-theme -r bootstrap-sass --using bootstrap
directory my-theme/ 
   create my-theme/config.rb 
Compass can't find any Sass files to compile.
Is your compass configuration correct?.
If you're trying to start a new project, you have left off the directory argument.
Run "compass -h" to get help.

上記のコマンドを実行したディレクトリでこのエラーが発生します。

どうすればこの問題を解決できますか?

関連する出力:

$ compass --version
Compass 1.0.1 (Polaris)
Copyright (c) 2008-2014 Chris Eppstein
Released under the MIT License.
Compass is charityware.
Please make a tax deductable donation for a worthy cause: http://umdf.org/compass
$ sass --version
Sass 3.4.5 (Selective Steve)
$ gem --version
2.2.2
4

2 に答える 2

0

信じられないほど、スペースを含むディレクトリでコンパスがチョークします(少なくともWindowsマシンではそう思います)。

リポジトリからスペースなしのフォルダーにジャンクションを作成することで解決しました-この素晴らしいユーティリティを参照してください:http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html

そして考察の材料: SASS が必要かどうかを検討してください。SASS と CSS のどちらをデバッグしたいですか?

sass-can-not-find-any-files-fix

于 2015-08-11T16:26:13.200 に答える