Rails アプリケーション アセットをプリコンパイルしようとすると、次のエラーが発生します。
Unexpected token: operator (*) (line: 424, col: 9, pos: 14566)
多くの個別の CSS および JS アセット ファイルがあります。この誤った "*" トークンが発見されたのはどのトークンかを知るにはどうすればよいですか?
xxx $ rake assets:precompile --trace
** Invoke assets:precompile (first_time)
** Execute assets:precompile
xxx
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
rake aborted!
Unexpected token: operator (*) (line: 424, col: 9, pos: 14566)