Change in .css files will not take #792
Replies: 4 comments
-
I often have to clear my browser cache to see the latest changes to the webapp frontend |
Beta Was this translation helpful? Give feedback.
-
Also, I think you need to edit the */static/assets/index####.css file instead, then merge to your main DevOps repo branch. |
Beta Was this translation helpful? Give feedback.
-
I have to run start.cmd for frontend changes to take affect |
Beta Was this translation helpful? Give feedback.
-
were you able to add more pages to the router and have them render successfully? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to customize simple UI elements (colors, etc.) in the css files. Using VSCode to make changes (e.g. ./frontend/src/pages/chat/Chat.module.css) and then pushing to Azure DevOps repo and pipeline build/deploy to Linux Azure Web App), the changes are not showing. (I'm beginning with ,chatContainer background color.) When browsing the updated site and using DevTools, it still shows the original background color.
Any idea on why this is the case?
TYIA
Beta Was this translation helpful? Give feedback.
All reactions