Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Asset Precompile Issue #82

Open
FifthSurprise opened this issue Dec 3, 2016 · 1 comment
Open

Fix Asset Precompile Issue #82

FifthSurprise opened this issue Dec 3, 2016 · 1 comment

Comments

@FifthSurprise
Copy link
Contributor

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.

@michaelpelletier
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants