gulp-buster
gulp-buster copied to clipboard
changing the hashkey on each deploy regardless if the content was changed or not
I have a scenario where i have n number of files in a folder, and I want all the files to work as usual(change the hashkey incase of change and do not change if there isn't any change in the content) but one of the js file i want it to change the hashkey irrespective of its changes. e.g. jsfolder- properties.js file.js file2.js file3.js
so, i want hashing to be applied to all the js files in the jsfolder, but the hashkey of properties.js should change even if there isn't any change in the properties.js's content.
Is it possible? If yes, please help me out.