CSS in App_Theme folder gets Cached in Browser

前端 未结 5 1694
庸人自扰
庸人自扰 2020-12-11 05:35

The Stylesheet in the App_Theme folder gets cached in the browser. What should be the approach? so that whenever there is a new deployment the browser should take the latest

5条回答
  •  情歌与酒
    2020-12-11 05:41

    You could timestamp the css file name or use htaccess to setup caching limits as discussed here http://css-tricks.com/can-we-prevent-css-caching/

提交回复
热议问题