JS错误导致Rails资产预编译失败

时间:2018-10-20 22:46:34

标签: javascript ruby-on-rails ecmascript-6

最近几天出现此问题。尝试推送到Heroku(或尝试总体上预编译资产)时,出现此错误:

remote:        rake aborted!
remote:        ExecJS::RuntimeError: SyntaxError: Unexpected token: operator (>)
remote:        JS_Parse_Error.get ((execjs):3538:621)
remote:        (execjs):4060:48
remote:        (execjs):1:102
remote:        Object.<anonymous> ((execjs):1:120)
remote:        Module._compile (module.js:652:30)
remote:        Object.Module._extensions..js (module.js:663:10)
remote:        Module.load (module.js:565:32)
remote:        tryModuleLoad (module.js:505:12)
remote:        Function.Module._load (module.js:497:3)
remote:        Function.Module.runMain (module.js:693:10)

我已经在资产文件夹中的js文件中搜索了错误的operator(>),但找不到它。我已经尝试了几乎所有涉及Uglifier的东西,但仍然没有骰子。

0 个答案:

没有答案