用红宝石和指南针在窗户上的symfony - 路径错误

时间:2014-06-05 14:43:40

标签: ruby-on-rails ruby windows symfony compass-sass

我正在使用Windows 8.1 Enterprise 64位和XAMPP 1.8.3。 然后我安装了RubyInstaller 1.9.3-p545。

之后我使用了gem install sassgem 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.

0 个答案:

没有答案