So you're saying you get a 404 if you try to load /ui/fontawesome/css/font-awesome.css ?
Here's what I see on a camlistored with fontawesome embedded: % nm ./bin/camlistored | grep camlistore.org/vendor/embed/fontawesome 0000000001aaa878 D camlistore.org/vendor/embed/fontawesome.Files 0000000000987f10 T camlistore.org/vendor/embed/fontawesome.init 0000000000987430 T camlistore.org/vendor/embed/fontawesome.init.1 00000000009875c0 T camlistore.org/vendor/embed/fontawesome.init.2 0000000000987740 T camlistore.org/vendor/embed/fontawesome.init.3 00000000009878d0 T camlistore.org/vendor/embed/fontawesome.init.4 0000000000987a60 T camlistore.org/vendor/embed/fontawesome.init.5 0000000000987bf0 T camlistore.org/vendor/embed/fontawesome.init.6 0000000000987d80 T camlistore.org/vendor/embed/fontawesome.init.7 0000000001adc466 B camlistore.org/vendor/embed/fontawesome.initdone. 00000000015afa40 R camlistore.org/vendor/embed/fontawesome.statictmp_19 00000000015b86c0 R camlistore.org/vendor/embed/fontawesome.statictmp_30 00000000015b4400 R camlistore.org/vendor/embed/fontawesome.statictmp_41 00000000015b5f60 R camlistore.org/vendor/embed/fontawesome.statictmp_52 00000000015b74a0 R camlistore.org/vendor/embed/fontawesome.statictmp_63 00000000015b4700 R camlistore.org/vendor/embed/fontawesome.statictmp_74 0000000001abf100 B camlistore.org/vendor/embed/fontawesome.statictmp_77 00000000015b67a0 R camlistore.org/vendor/embed/fontawesome.statictmp_8 and without: % nm ./bin/camlistored | grep camlistore.org/vendor/embed/fontawesome 00000000016e57f8 D camlistore.org/vendor/embed/fontawesome.Files 0000000000986e20 T camlistore.org/vendor/embed/fontawesome.init 00000000017173e6 B camlistore.org/vendor/embed/fontawesome.initdone. 00000000016fa080 B camlistore.org/vendor/embed/fontawesome.statictmp_0 So I suppose you could start with that, to make sure that your camlistored indeed is lacking fontawesome? Also, even if that does not answer the question as to why your build would be broken, maybe you could try the latest binary release, to confirm you don't see the problem with it? https://camlistore.org/dl/monthly/camlistore-20170405-linux.tar.gz On 25 April 2017 at 16:21, Attila Tajti <[email protected]> wrote: > I've noticed font-awesome.min.css is missing from the embedded resources of > my camlistore instance, or at least that's what chrome reports to me. > > I'm running camlistore on a Synology Diskstation (linux/amd64) so I build > everything on Windows and copy the binaries over. > > Font-awesome is present in > tmp/build-gopath-nosqlite/src/camlistore.org/vendor/embed/fontawesome/ and > make.go so I've no idea where to look. > > Any idea how to debug this issue? > > The most apparent issue with this is that videos cannot be clicked on on the > UI, because the link target has a height of zero (presumably because of the > missing icon). > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
