-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Screenshot rake task #1350
Screenshot rake task #1350
Conversation
CI build failed because of a segmentation fault. Something with https://app.travis-ci.com/github/openaustralia/publicwhip/jobs/560643935#L821 |
I've restarted the job on travis 🤞🏼 |
Another segmentation fault :| |
On this github issue sass/sassc-ruby#197 it discusses the same problem with a previous version of sassc (2.3.0) another person using 2.4.0 had the same error sass/sassc-ruby#197 (comment). A solution that worked for some is adding this snippet to Rails.application.config.assets.configure do |env|
env.export_concurrent = false
end |
@mlandauer could you take a look at this PR now. I'd like to know if there are any knock on affects after setting |
Please make a separate pull request for the |
Could now automatically take screenshots of all social media sharing cards. As described in #1338.
Once #1340 is done we can add
task("application:generate:cards").invoke
to the daily rake task