Someone asked me a question, I didn't know how to do it... so maybe we could crowd source this..
The stack is,
- flask
- jinja2
The question is,
How could you randomize the naming of resource files on the front end such as style.css
and main.js
without changing the static file or making different file names of the same static file?
To look something like this,
2909230924.css
or 439049024.js
the randomized name doesn't really matter, so these are examples.