Richlewis
Richlewis

Reputation: 15374

ActionView::Template::Error (Unexpected character '#' deploying to Heroku

For some reason, all of a sudden, I can't view my site via Heroku. I get this error

   ActionView::Template::Error (Unexpected character '#' (line: 23168, col: 1, pos: 699588)

All research has pointed to my application.js having something going on in there, the file is large so would be unfair to put it on here, unless anyone needs to see it? Or is it something else?

Upvotes: 1

Views: 520

Answers (1)

Richlewis
Richlewis

Reputation: 15374

So after some more research I had to compile the assets locally before deployment, which i have never had to do before, very strange

 bundle exec rake assets:precompile

Upvotes: 1

Related Questions