Bug when recompiling the app #52
Labels
No Label
bug
docker
documentation
fonctionnalité
prêt
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: champs-libres/biommap#52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
after having done docker-compose run --rm citizen-front npm run build:i18n-ssr:
when docker-compose up:
docker-compose build --no-cache citizen-front
-> aucun effet
Copié-collé le contenu du dossier dist depuis liveche dans le dossier dist
-> ca remarche
see https://github.com/plotly/react-plotly.js/issues/272
Seems to work when compiling without ssr:
npm run build:fr
Fix sur liveche pour réparer rapidement
npm run ng build --configuration=fr --prod
testé mais ne fait pas de dossier browser/fr !