<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">I expect that this has something to do with how stylesheet assets are compiled in Rails, but can anyone explain it to me ? </div><div class=""><br class=""></div><div class="">Running in development mode, testing changes to digital object views with IIIF plugin, I noticed I was not seeing the font-awesome icon for the 'fa-file-image-o’ class styles.</div><div class=""><br class=""></div><div class=""><font size="3" class=""> </font><span style="background-color: rgba(255, 238, 219, 0.933333);" class=""><i class="fa fa-file-image-o fa-4x"></i><br/></span></div><div class=""><br class=""></div><div class="">After poking around in the browser console and stylesheets, I discovered that by removing the “-o” suffix, it worked again:</div><div class=""><br class=""></div><div class=""><font size="3" class=""> </font><span style="background-color: rgba(255, 238, 219, 0.933333);" class=""><i class="fa fa-file-image fa-4x"></i><br/></span></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Initially, I thought this may have been a bug introduced in some recent changes to v2.3.0, but git log didn’t show any likely changes and when I deployed my plugin changes to production, they icons were NOT displayed. </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">When I added the “-o” suffix back, they worked on production, but failed running in development. </div><div class="">( development = ./build/run public:devserver ) </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The badges on the public resource pages use “fa-book” class for citation badge and “fa-file-pdf-o” for print badge.</div><div class="">Both of those display properly on production site, but the print badge is missing in development mode. </div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">BTW: I was attempting to add appropriate icons switched by d_file[‘material’] </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">— Steve Majewski</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>