I'm doing build
of my project, and the whole system is loading, minus the sources of iview
, in mode dev
everything works perfectly, but when generating build
the fonts get some < strong> squares and in console
I get the error ...
> http://192.168.56.1:8080/Tpc/static/css/static/fonts/ionicons.05acfdb.woff > net::ERR_ABORTED
The question is clear, it is adding the folder static/css/static
being that it should only be static/css
(at least that's what I think) and this only happens with these fonts, the rest is working, I'm using% ( Sergio from here in the community indicated me and I found it incredible).
The question is, do I need to do anything other than my iview
?