creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

Change Querystring cache busting to filename time stamp #261

Closed danimalweb closed 5 years ago

danimalweb commented 6 years ago

Currently, a Unix timestamp of the file modified date/time is added to querystring of JS and CSS files. Change this so the assets are generated with a filename that has that value.

e.g. main.css?v=1234567 -> main.1234567.css

danimalweb commented 5 years ago

Decided not to do this. Querystrings are OK.