Forgot cache buster generator script

This commit is contained in:
Sulka Haro
2017-08-27 14:37:38 +03:00
parent 4d0a3728cc
commit cea9bff5d2
+4
View File
@@ -0,0 +1,4 @@
var randomToken = require('random-token');
var token = randomToken(16);
console.log(token);