[Flask] client side cached js/css files

Jeff Widman jeff at jeffwidman.com
Sun Apr 24 14:02:38 EDT 2016


Check out flask-webpack extension... The creator has a good video and blog
post and using it will provide an introduction to tools like webpack
(browserify, grunt, gulp, etc)
On Apr 24, 2016 10:32 AM, "Corey Boyle" <coreybrett at gmail.com> wrote:

> Does anyone have recommendations for dealing with client side cached
> js/css files when pushing out new versions? I was thinking about
> embedding version numbers into the files and incrementing them
> whenever I commit new versions. Or maybe adding something like
> ?ver=123 to the end of all resource links and incrementing that.
>
> Am I even asking the right question?
> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160424/6864e6b0/attachment.html>


More information about the Flask mailing list