Glyphicons are not showing in my appfuse app. As much as I could see, appfuse includes bootstrap as jar file. I tried to fix the problem by manualy including bootstrap by adding:
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
and that fixes problem with glyphicons, but then some other things start to bug.
Is there a way to fix this?