4.14 beta2 miss bower_components dir

when i update 4.12 to 4.14 beta2, there is error.
http://XXX/bower_components/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0
i think we miss some fonts:

SUNSTONE_PUBLIC_FONT_AWSOME=“src/sunstone/public/bower_components/fontawesome/fonts/fontawesome-webfont.eot
src/sunstone/public/bower_components/fontawesome/fonts/fontawesome-webfont.woff2
src/sunstone/public/bower_components/fontawesome/fonts/fontawesome-webfont.woff
src/sunstone/public/bower_components/fontawesome/fonts/fontawesome-webfont.ttf
src/sunstone/public/bower_components/fontawesome/fonts/fontawesome-webfont.svg”

i have make a dir in /usr/lib/one/sunstone/public/bower_components/fontawesome/fonts

download fonts from https://github.com/FortAwesome/Font-Awesome/tree/master/fonts

then put fonts into /usr/lib/one/sunstone/public/bower_components/fontawesome/fonts

It’s ok now.

1 Like

I had the same issue after installing from scratch, thanks for sharing the solution!

besides the missing font, it also prevented all icons to load in the Sunstone interface.
adding this font fixed the issue.

4.14 beta2 has been repackaged. The ONE team fixed this issue. I can confirm (for Ubuntu Trusty 4.13.85-2) it works as expected.

1 Like

OK, got it.