Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚发现 squish 它,它看起来很有前途,但我需要将我的 js 和 css 脚本上传到我们的 CDN 服务器。我们有 10 个 Web 服务器和一个外部 CDN。
有没有办法将压缩文件上传到 CDN,还是只能在单个服务器上工作。
我最终在构建后事件中使用了 Yahoo Yui Compressor MsBuildTask 来压缩和组合我们的 javascript 和 css。然后我创建了一个简单的 html 辅助方法来检测调试和发布模式以编写脚本标签。