fromSitePoint Forums | Web Development & Design Community
2 days agoTimestamping Code Files
As I get further along developing and testing my website, I find that I sometimes lose track of what version of a file I'm using. I thought that if VS Code could be made to insert a timestamp each time it saves a file that it might help me. My setup has a DEV_Environment where I make additions and changes. I then use a batch file to deploy the relevant files to localhost server environment on a different partition.
Software development