2

以下は完全な出力です。

> php.exe C:\xampp\htdocs\bootstrap\app\console assetic:dump
Dumping all dev assets.
Debug mode is on.

[file+] C:\xampp\htdocs\bootstrap\app/../web/css/992f634.css
'stty' is not recognized as an internal or external command,
operable program or batch file.



  [RuntimeException]                                                  
  The filename, directory name, or volume label syntax is incorrect.  




assetic:dump [--watch] [--force] [--period="..."] [write_to]



Process finished with exit code 1 at 23:12:02.
Execution time: 1,118 ms.

MopaBootstrapBundle をインストールしています。スタイリングなしでサイトにアクセスできます。何がうまくいかなかったのでしょうか?以下は私のconfig.ymlです

# Assetic Configuration
assetic:
    debug:          %kernel.debug%
    use_controller: false
    # java: /usr/bin/java
    filters:
        cssrewrite: ~
        less:
            node: C:\nodejs
            node_paths: [C:\nodejs\node_modules]
        cssembed:
            jar: %kernel.root_dir%/Resources/java/cssembed-0.4.5.jar
        yui_css:
            jar: %kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar
        yui_js:
            jar: %kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar
        # closure:
        #     jar: %kernel.root_dir%/java/compiler.jar

私を助けてください、他に何をすべきかわかりません。=(

4

1 に答える 1