calipho-sib / feature-viewer

Library to visualize protein sequence features in javascript using D3 - From SIB CALIPHO group; neXtProt project
http://calipho-sib.github.io/feature-viewer/examples/
Other
112 stars 32 forks source link

Missing fonts #23

Closed ftabaro closed 4 years ago

ftabaro commented 7 years ago

Hello,

this library do not compile as external dependency while using webpack. I've found out that the whole thing are a couple of bootstrap font files missing: glyphicons-halflings-regular.svg and glyphicons-halflings-regular.ttf. I included them in the proper folder and magically the whole thing compile. If you wish I can submit a PR.

Cheers

MatSchaeff commented 4 years ago

Hello, Sorry for the late reply, Glyphicons are not longer required, if the bootstrap file appears to be an issue with your compilation I would recommend to load only the feature-viewer css file and import bootstrap css separately. Cheers