压缩 CSS 代码但仍然可以使用它? (在 Dreamweaver 中)

发布于 2024-11-05 12:31:38 字数 368 浏览 0 评论 0原文

我正在尝试压缩服务器上的 CSS 代码以加快加载时间,但我仍然希望能够在 Dreamweaver 本地使用它(这样当我处于拆分视图时,dreamweaver 实际上可以显示我的页面)。

我已经尝试过 MiniFy 以及此方法: http://www. ethanandjamie.com/blog/85-php-gzip-css-files 并完成加载更多研究。

问题是这些脚本不允许 Dreamweaver 在设计视图中工作时显示 CSS 文件。所以一切都没有风格。

有人有任何建议或之前遇到过这个吗?

I am trying to compress my CSS code on the server for faster load times, BUT I would still like to be able to USE it locally in Dreamweaver (so dreamweaver can actually DISPLAY my page when I am in split view).

I have tried both MiniFy as well as this method: http://www.ethanandjamie.com/blog/85-php-gzip-css-files and a done loads more research.

The problem is that these scripts do not allow dreamweaver to DISPLAY the CSS file while working in design view. So everything is not styled.

Anyone have any suggestions or run into this before?

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

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

发布评论

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

评论(1

分開簡單 2024-11-12 12:31:38

就我个人而言,我会存储未压缩的文件并根据请求动态压缩文件。例如,您的“CSS”文件可能是“myCss.php”,这将是一个将压缩文件(并可能缓存它)的 php 页面。

这样,您就无需处理压缩 CSS 文件的问题,而且 Dreamweaver 也没有理由以奇怪的方式显示它们。

Personally, I would store the file uncompressed and compress the file dynamically upon request. For instance, your "CSS" file could be "myCss.php", which would be a php page that would compress the file (and possibly cache it).

This way, you never need to deal compressing your CSS files, and dreamweaver has no reason to display them oddly.

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