YUI Compressor - 自动压缩 Javascript 但跳过一些文件
我遵循此帖子中的建议答案:
如何自动化使用 YUI Compressor 压缩 JavaScript 文件?
但是,在我的 ~/Scripts 文件夹中,我有几个已经压缩和缩小的 jQuery 文件。我需要做什么才能以类似的方式实现自动化,但跳过 jQuery 文件?
I am following the suggested answer on this SO post:
How to automate JavaScript files compression with YUI Compressor?
However, in my ~/Scripts folder, I have several jQuery files that are already compressed and minified. What do I need to do to automate it in a similar fashion but skip the jQuery files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将所有未压缩的文件命名为
whatever.max.js
,然后将规则更改为如下所示:You could name all of your uncompressed files
whatever.max.js
, and then change the rule to something like this:也许是这样的:
maybe something like this: