datadryad / dryad-product-roadmap

Repository of issues for Dryad project boards
https://github.com/orgs/datadryad/projects
8 stars 0 forks source link

Deploy issue with font-awesome #3442

Closed ryscher closed 1 week ago

ryscher commented 1 week ago

When using the deploy_dryad.sh with tag v3.0.14 on sandbox, the deploy fails with:

00:44 deploy:assets:precompile
      01 bundle exec rake assets:precompile
      01 Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead!
      01 Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!
      < ..... snipped Blacklight deprecation warnings .... >
      01 rake aborted!
      01 Sprockets::FileNotFound: couldn't find file 'font-awesome' with type 'text/css'

If you manually go into the partially-completed deploy directory and run yarn install, then the bundle exec rake assets:precompile will complete without error.