在我的rails 4應用程序中使用jit樹。 http://philogb.github.io/jit/。 在本地使用它時,我沒有收到任何錯誤。但是當我將我的應用程序部署到heroku時,我在資產預編譯中遇到以下錯誤。Jit Tree JS&Assets預編譯錯誤
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
rake aborted!
SyntaxError: Invalid regular expression: /(C-1))}z.computePositionStep(A,y);if(C&&x>=C) {B.onComplete();return}}B.onStep(Math.round(x/: Unmatched ')'
(in /tmp/build_tposeydajlt8/app/assets/javascripts/application.js)
你沒有得到任何錯誤編譯本地資產? –
不,如果我運行rake資產,它可以正常工作:precomile。但是,當我做RAILS_ENV =生產耙子資產:在本地預先編譯得到錯誤。 – advishnuprasad