Cache busting via params

前端 未结 12 1275
耶瑟儿~
耶瑟儿~ 2020-11-22 03:27

We want to cache bust on production deploys, but not waste a bunch of time off the bat figuring out a system for doing so. My thought was to apply a param to the end of css

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 04:04

      
    
    
           ### Change the version number  (versionNumberNew) when you want the new files to be loaded  ###
    

提交回复
热议问题