- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. | Item | Version | | --- | --- | | generator-angular-fullstack | 4.0.1 | | Node | 4.2.6 | | npm | 3.5.2 | | Operating System | Ubuntu 16.04 LTS | | etc | etc | | Item | Answer | | --- | --- | | Transpiler | Babel | | Markup | HTML | | CSS | CSS | | Router | ui-router | | Client Tests | Mocha | | DB | MongoDB | | Auth | Y | After I run npm install, and gulp serve the glypicons don't seem to work. They are just missing/square characters. I tried both in chrome and firefox. If I access the font files from the browser like this they get downloaded: localhost:3000/assets/fonts/bootstrap/glyphicons-halflings-regular.svg However I don't understand why they are not showing up correctly in the browser.
After I run npm install, and gulp serve the glypicons don't seem to work. They are just missing/square characters. I tried both in chrome and firefox.
If I access the font files from the browser like this they get downloaded:
localhost:3000/assets/fonts/bootstrap/glyphicons-halflings-regular.svg
However I don't understand why they are not showing up correctly in the browser.