Hi KeenThemes Team,
I am reaching out to report an issue with our recent changes to the CRUD module. Despite making changes to the button icons and text, these updates are not reflecting in production after the production build.
Specifically, we have updated the button styles, including changing the icons and text, but these changes are not visible in the production environment. We have followed the standard procedures for building and deploying the changes, but somehow, they are not taking effect.
Could you please assist us in identifying the issue and providing a solution to resolve this problem? We would appreciate your prompt attention to this matter.
Hi Faizal,
The only warning I am getting is
./src/styles.scss - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js):
(47893:3) from "autoprefixer" plugin: start value has mixed support, consider using flex-start instead
Code:
align-items: start
Hi Faizal,
Yes it is only working in development mode. I have check the console log javascript errors but there is nothing
Hi
Could you confirm if the changes only work in development mode? Please check the console log for any JavaScript errors that might be causing the issue.
Thank you
Thanks Faizal for the reply. Yes I am using Angular and I have clear cache and I have also tried in incognito mode and its not reflecting.
Thanks
Hi,
Are you using angular?
Sometimes, browsers cache static assets (like CSS and JavaScript files). Make sure to clear your browser cache or try accessing your application in incognito mode.
Thanks