Hi, all
I need to know is there a way to know how can we identify changes made to javascript code?
*This post is locked for comments
Hi, all
I need to know is there a way to know how can we identify changes made to javascript code?
*This post is locked for comments
Hi,
Basically you should have all your scripts somewhere in some Javascript development Tool (personally I prefer Visual Studio, but there are lots of others) and keep track of them in some version control system. You can compare TEST/PROD versions using Visual Studio or for example:
not showing the link
@prashanth ye we do have test and production environment both so how can we compare.. by seeing each line???
Hi Sandeep
You can't actually get to know what changes are made to a web resource/JavaScript after the changes are saved.
The tools suggested in other comments either let u know what corrections r required in ur js or which js has been added or removed from the solution
You can only identify changes if u have a development environment and production environment; which enables u to compare the JavaScript in both the system
Hi Sandeep, You can track the changes in the solution file, everytime you export or check into source control you can compare the items in the Solution/ Webresources folder.
Best Wishes, Raz
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156