Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML5 样板文件目前正在我正在开发的网站上使用。我正在开发我的网站,有时不得不清除浏览器的缓存,这会降低我的开发速度。
Javascript 文件似乎被缓存了,我怀疑它是由于 html5 样板中的配置之一。我应该如何禁用缓存?
如果站点使用 HTML5 样板包中分发的 .htaccess 文件,请编辑该行
ExpiresByType application/javascript "access plus 1 year"
以便您在开发环境中替换1 year为0 seconds。
1 year
0 seconds