When trying to use the datepicker component from the angular-ui bootstrap library, I got the following errors in Firefox:
NetworkError: 404 Not Found - http://localhost:9000/fonts/glyphicons-halflings-regular.woff
How can I link the fonts to my build? I've tried to add the vendor/bootstrap/dist/fonts* folder to the assets folder in the Gruntfile but with no success.
Is there any particular way of using these components? Can I easily replace these fonts by the one provided by Font Awesome?