使用 Less.js 时如何重新加载 CSS

发布于 2024-12-09 10:50:27 字数 360 浏览 1 评论 0原文

我可以在源代码中看到,如果您在本地主机上,它基本上会自动重新加载 css,并且我可以在 firebug 面板中看到它每秒请求 .less 文件..但是当我更改文件中的某些内容时,它不是除非我进行完全刷新,否则会在页面上更新。

我还尝试使用 less.refresh() ,如下所述:

https://github.com/ cloudhead/less.js/issues/346

但无济于事。

那么,如何在不重新加载页面的情况下重新加载 .less 文件呢?

谢谢

I can see in the source that it basically reloads css automatically if you are on localhost, and I can see in the firebug panel that it's requesting the .less file(s) every second.. but when I change something in the files it's not updated on the page unless I do a full refresh.

I also tried using less.refresh() as described here:

https://github.com/cloudhead/less.js/issues/346

But to no avail.

So, how can I reload the .less files without reloading the page?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘初心 2024-12-16 10:50:27

在这里找到我的问题的答案:

https://github.com/cloudhead/less.js /issues/168

基本上必须添加一个标头以防止缓存 .less 文件。

Found the answer to my question here:

https://github.com/cloudhead/less.js/issues/168

Basically had to add a header to prevent caching .less files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文