0
    [176.71.146.44] executing command
 ** [out :: 176.71.146.44] ** Invoke assets:precompile (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute assets:precompile
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Invoke assets:precompile:all (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute assets:precompile:all
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Invoke assets:precompile:primary (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Invoke assets:environment (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute assets:environment
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Invoke environment (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute environment
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Invoke tmp:cache:clear (first_time)
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute tmp:cache:clear
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] ** Execute assets:precompile:primary
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] rake aborted!
 ** [out :: 176.71.146.44] 
 ** [out :: 176.71.146.44] 'return' outside of function (line: 29773, col: 8, pos: 908864)

誰でもこのエラーを知っていますか?

4

1 に答える 1

0

私はそのエラーを見たことがありませんが、私のasset:precompileエラーのほとんどは特定のアセット内の問題です。

原因不明のエラーが発生すると、一度に 1 つのことを試し始めます。ソース管理を使用している場合、機能する以前の変更にロールバックできますか? まだチェックインしていない場合は、Git stash、Perforce シェルフなどを使用してください。

これは、CoffeeScript ファイルから同様のコンパイル エラーが発生した人です: http://youtrack.jetbrains.com/issue/RUBY-12178

それが役立つことを願っています。

于 2012-10-26T13:40:14.773 に答える