是否有一个好的 .Net CSS 聚合器可以组合样式表并缩小它们?

发布于 2024-08-30 12:24:42 字数 213 浏览 4 评论 0原文

我想看看是否有一个开源/免费项目提供 CSS 管理器。我寻找这个主要是为了性能调整,并希望有一个现成的项目,而不是从头开始构建。我正在寻找的功能包括:

  1. 将多个 .css 文件合并为一个 css 文件
  2. 可选择缩小生成的 .css 文件
  3. 与 .Net 配合良好(用户控件、自定义处理程序等)

是否有一个项目可以处理此问题?

I am looking to see if there is an open source/free project that provides a CSS manager. I am looking for this mainly for performance tweaking and hoping there is a readymade project rather than building from scratch. Features I am looking for include:

  1. Combines multiple .css files into a single css file
  2. Optionally minifies the resulting .css file
  3. Works well with .Net (a user control, custom handler, etc)

Is there a project out that that handles this?

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

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

发布评论

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

评论(2

苄①跕圉湢 2024-09-06 12:24:42

SquishIt 在组合/缩小方面做得很好,可能会引起兴趣

SquishIt does a great job combining / minifying and may be of interest

心意如水 2024-09-06 12:24:42

您可以尝试 YUICompressor for .Net 进行缩小。

我们在我当前的项目中使用它并且效果很好 - 它还支持缩小 Javascript。

对于聚合(将多个文件内联到一个文件中),我们最终推出了自己的文件,因为我们在 .Net 中找不到完全符合我们要求的东西。

You can try YUICompressor for .Net for the minifying.

We use this on my current project and it works well - it also supports minifying Javascript.

For the aggregating (inlining multiple files into a single file), we ended up rolling our own, as we couldn't find something in .Net that did exactly what we wanted.

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