在 Visual Studio 2010 中单独缩小 JS 和 CSS
我目前正在将一个项目迁移到 Visual Studio 2010,并试图弄清楚如何在构建时单独缩小 JS 和 CSS 文件。
在 Visual Studio 2008 中,我使用了 Web 部署项目,其构建任务引用了 YUI 压缩机的 C# 端口 。在 Visual Studio 2010 中,Web 部署项目似乎已集成到构建过程中。现在这个 Microsoft AJAX Minifier 已进入公开测试版,我比以往任何时候都更加困惑。
我发现这篇博文使 Microsoft AJAX Minifier 的业务成为由于 CSS 限制,无法启动。这不应该令人困惑...它应该是 Visual Studio 2010 中的一个复选框。
是否有一种简单的方法可以使用 Visual Studio 2010 执行此操作?我在这里想念什么?
I'm currently migrating a project to Visual Studio 2010 and am trying to figure out how to minify JS and CSS files individually on build.
In Visual Studio 2008 I used a Web Deployment Projects with a build task that referenced the C# port of the YUI Compressor. In Visual Studio 2010 Web Deployment Projects seem to have been integrated into the build process. Now there is this Microsoft AJAX Minifier in public beta and I'm more confused than ever.
I found this blog post which makes the business with the Microsoft AJAX Minifier a non-starter because of CSS limitations. This shouldn't be confusing...it should be a check box in Visual Studio 2010.
Is there a simple way do this with Visual Studio 2010? What am I missing here people?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 VS2010 中,通过编辑 csproj 又名 msbuild 文件,这应该仍然是可能的。
摘自 CodePlex 上的此线程。
This should still be possible with VS2010 by editing the csproj aka msbuild file.
Taken from this thread on CodePlex.