I have recently created a project which has only html page and some JS files.
I want to versioning the JS and CSS files so it will load only when Dev has changed something inside it.
Before I was using Csthml page where I can easily do Versioning but in HTML I am unable to do so.
Is there any method or any process in which we can append version to my JS and CSS files
Thanks in advance