Versionify.js
A super simple way to avoid broswer cacheing when working.
Use something like raw.githack and place versionify.js in the head of your doucment.
<script type="text/javascript" src="https://raw.githack.com/nickgraffis/versionify/master/versionify.js"></script>
Or npm install @nickgraffis/versionify
and place the path/to/versionify into the head of your document.
Add scripts('your-file.js');
to the head of your doucment for each JS file and styles('your-file.css')
for all of your css files. By @nickgraffis. Go to project.