Trialing out 1.0.2 (from .15). Unfortunately, I got a whole bunch of missing font errors
When I run this command in .15
, fonts are copied over
php flarum migrate
However in 1.0.2
, they are not. If I copy them over manually then the fonts are restored (as expected)
cp -r ./vendor/components/font-awesome/* public/assets/fonts/
I'm referencing this post for the behavior
php flarum migrate
is supposed to copy all assets files including FontAwesome icons.