We have a problem: anytime we deploy a new version
cache must be cleared on every browser to refresh the js and css code.
Is there any built-in tool to generate a unique timestamp in the js name?
update1
I tried to bundle my js, but yet no stamp is auto generated
bundles:
`bundles.Add(new ScriptBundle("~/bundles/abTestingAdmin").Include( "~/Scripts/abTestingAdmin.js"));`
aspx:
<script src="<%: Url.Content("~/bundles/abTestingAdmin") %>" type="text/javascript"></script>
from the browser console
<script src="/bundles/abTestingAdmin" type="text/javascript"></script>