grandma-collaboration / skyportal_grandma_dev

Little Git Repo to keep track of the work done by the A4 ESILV TEAM
2 stars 0 forks source link

Task 2 - unable to see changes #35

Closed laurall974 closed 1 year ago

laurall974 commented 1 year ago

Hello @Theodlz ! I am trying to do the task 2 given by Sarah. I tried to understand the code but I noticed that when I try to make a change on a .jsx file, the change does not appear on my Skyportal. (But when I change a .py file it appears). Maybe I did something wrong during the installation. Have you got any idea of the problem ?

Screenshot 2022-11-21 at 17 26 55 Screenshot 2022-11-21 at 17 27 05

You can see here I added "test" next to upload photometry (l 252) and it did not change on Skyportal.

Thanks for your help 🚀

mcoughlin commented 1 year ago

What happens in make log when you make the change? I usually do a shift refresh in Chrome when developing to be sure the updated web pack is used.

Theodlz commented 1 year ago

Hi @laurall974

If shift refresh doesnt work, here what I do: Open the menu of your browser that allows you to delete your history. Unselect all options except cache (some browser hide most options and you need to click show all/advanced to see them). Select period all, and hit confirm to delete ONLY the cache of your browser. Then you can refresh the page and you should see your changes.

laurall974 commented 1 year ago

It works ! Thanks a lot @mcoughlin @Theodlz