I am trying to experiment with a website by changing some of its javascript code. The steps that I am following are:
- Open up Chrome Dev Tools and then navigate to the sources tab. Add a folder to the workplace.
- Right click on the javascript file that I want to alter and select Map to File System Resource.
- Select the matching javascript file in the new folder that I added.
However, when I make changes to the javascript file in the new folder and reload the webpage, the changes do not appear. The changes are also not present when I open up dev tools and look at the javascript file. Am I missing something ?