雅虎提供的 YUI3 文件没有缩小?
最近开始学习YUI3。我从链接
http://developer.yahoo.com/yui/3/yui 开始/#start
这表示我需要包含种子文件
并且其他文件可以根据我们需要自动加载。但是我注意到这些文件没有缩小。我做错了什么吗?
I recently started learning YUI3. I started with the link
http://developer.yahoo.com/yui/3/yui/#start
Which says I need to include the seed file
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>
And other files can be loaded automatically based on what we need. However I am noticing that these files are not minified. Am I doing something wrong ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种可能性是,您的 YUI() 语句可以接受配置对象,检查它不包含标志 filter: 'raw'
即如果它读取
,则删除过滤器属性
ref - http://developer.yahoo.com/yui/3/yui/#loader
One possibility is, your YUI() statement can accept a config object, check it doesn't contain the flag filter: 'raw'
ie if it reads
then remove the filter property
ref - http://developer.yahoo.com/yui/3/yui/#loader