ionic-team / ionic-team/ionic-cli
font paths in production are wrong
Abierto
triage
- Lenguaje dominante
- TypeScript
- Estrellas
- 2k
- Forks
- 682
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
i run `npm run ionic:build -- --prod`, then copy `www` on a dockerfile, which just servers it.
When I try to access my app, I get a `404` for `../build/assets/fonts/ionicons.woff2?v=3.0.0-alpha.3`. Looking at the `www` folder, this is obvious. The fonts are in `../assets/fonts`, not `../build/assets/..`.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.