我正在使用Windows 8.1 Enterprise 64位和XAMPP 1.8.3。 然后我安装了RubyInstaller 1.9.3-p545。
之后我使用了gem install sass
和gem install compass
。
现在我的路径出了问题。
config.yml snip:
assetic:
ruby: C:\\tools\\Ruby193\\bin\\ruby
debug: %kernel.debug%
use_controller: false
filters:
cssrewrite: ~
compass:
bin: C:\\tools\\Ruby193\\bin\\compass
apply_to: "\.scss$"
问题是php app/console assetic:dump
命令使用此路径。
[Assetic\Exception\FilterException]
An error occurred while running:
"/opt/vagrant_ruby/bin/ruby" "/opt/vagrant_ruby/bin/compass" "compile" "C:\Users\PatrickB\AppData\Local\Temp" "--config" "C:\Users\PatrickB\AppData\Local\Temp\ass723D.tmp" "--sass-dir" "" "--css-dir" "" "C
:/Users/PatrickB/AppData/Local/Temp/ass723E.tmp.scss"
Error Output:
(GER) Das System kann den angegebenen Pfad nicht finden.
(ENG) The system cant find the specified path.