gpt4 book ai didi

css - LessCSS 停止处理样式

转载 作者:技术小花猫 更新时间:2023-10-29 10:59:05 25 4
gpt4 key购买 nike

我通过以下方式在 JS 模式 (less.js) 中使用 Less:

<link rel="stylesheet/less" href="assets/styles/less/bootstrap.less" media="all">
<script src="assets/scripts/libs/less-1.1.5.min.js"></script>

在一些页面浏览之后,它停止处理样式并提供一个“缓存”版本。为了让它重新解析样式,我必须清除浏览器 cookie。有谁知道这是为什么?是否有任何选项可以让它在每次页面浏览时重新解析?非常感谢!

更新: 查看一些库代码,似乎它使用 localStorage 将样式表存储为缓存。它基于文件的最后修改时间来更新该缓存,但由于某种原因它无法正常工作,因为它没有接受我的更改...

最佳答案

我刚找到一个 issue in GitHub为了这。引用我自己的话:

This happens to me also in 1.1.5. The script uses localStorage to store the stylesheets. Clearing your browser cache won't work. You must clear it's cookies (logging off all your accounts, %!@^#%) or doing localStorage.clear(). I use this before loading less.js (not using localStorage myself):

<script> /* Provisory for dev environment: */ localStorage.clear(); </script>

When going to production you just compile the stylesheets to .css

关于css - LessCSS 停止处理样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8647779/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com