You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our gems (including Uglifier) and Rails/Heroku are not playing nicely.
Attempts to locally precompile assets to push up to Heroku fail: RAILS_ENV=production bundle exec rake assets:precompile complains about Backticks in the Javascript for some reason.
We also look into updating the gems we use and also get ourselves out of rails precompile hell if we can.
Meantime, I shut off uglifier which at least gets us working.
@michaelpelletier - One of us can start working on this when we get a chance.
The text was updated successfully, but these errors were encountered:
Huh, that's weird. I didn't think we were using backticks in the JS because we're not on ES6, which is something I'd like to change eventually, but certainly hadn't started.
Our gems (including Uglifier) and Rails/Heroku are not playing nicely.
Attempts to locally precompile assets to push up to Heroku fail:
RAILS_ENV=production bundle exec rake assets:precompile
complains about Backticks in the Javascript for some reason.We also look into updating the gems we use and also get ourselves out of rails precompile hell if we can.
Meantime, I shut off uglifier which at least gets us working.
@michaelpelletier - One of us can start working on this when we get a chance.
The text was updated successfully, but these errors were encountered: