IBM / taxinomitis

Source code for Machine Learning for Kids site
https://machinelearningforkids.co.uk
Apache License 2.0
138 stars 133 forks source link

mlforkids-api: Changes on Angular Component & Lang Translation not Reflected on The Browser #488

Closed aamuzakii closed 5 months ago

aamuzakii commented 5 months ago

Hello, I'm relatively new to Angular and Gulp, transitioning from the React and Next.js environment.

I've encountered an issue while customizing some components and language translations. I made modifications in the public/components and public/languages folders. Afterward, I ran npx gulp web, npm run build, npm run build_notest, npm run buildprod to ensure everything was bundled correctly.

I can observe the changes in the web/static/components directory. However, when I run npm run start & navigate to browser localhost:3000, the UI doesn't reflect the modifications and there isn't any error messages. I've attempted to resolve the issue by running npm cache clean, but the problem persists.

It's worth noting that changes in the backend (src/lib) work as expected.

Any guidance on resolving this issue would be greatly appreciated. Thank you, and may luck be with you!

Additional info:

  1. node version: v20.11.0
  2. npm version: 10.2.4
  3. I've read the DEVELOPMENT.md & watch the youtube developer guide
dalelane commented 5 months ago

Did you try clearing your browser cache?

aamuzakii commented 5 months ago

works like magic ๐Ÿ˜‚ thanks for covering my silly blind spot ๐Ÿ™๐Ÿ™