I've installed LumX via bower and am running on Yeoman angular-generator with grunt.
When running on the development after grunt build, all the icons show up correctly. When I run grunt build and serve the dist/ folder, all the icons sources throw an error via GET: /styles/fonts/ANY OF THE FONT FILE INCLUDED?v=1.2.64
I understand everything works on localhost, but can't seem to pinpoint why it keeps referencing that.
I figured that's what the problem is since grunt minifies, but it loads beautifully in development.
Any explanation and solution would be appreciated!
Thanks!