faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <mixflame> oh... gotcha
<FromGitter> <mixflame> does anyone know any way to disable page caching in amber? i update JS A LOT and users have to shift+refresh for everything to work, sending me in circles
<FromGitter> <Blacksmoke16> ideally you'd do that as part of your deploy process
<FromGitter> <Blacksmoke16> i.e. on deploy the min js files have a diff name, or add a query param with the current version so the browser treats them as new
<FromGitter> <mixflame> thanks @Blacksmoke16 !
<FromGitter> <damianham> @mixflame what I do is get a timestamp for the file and add that as a query param e.g. ⏎ ⏎ ``` script src="/dist/admin.bundle.js?q=#{ft_token}" ⏎ ``` [https://gitter.im/amberframework/amber?at=60a931c83d43a15a65bd552c]