JavaScript 最小化器
可能的重复:
有一个好的 JavaScript 最小化器吗?
我正在寻找 javascript 最小化器,而不是一个常规的获取命名空间的方法,我谈论一些可以缩短我的变量名称,函数名称等的东西,它可以面对作用域并按范围匹配变量,我从最小化器中看到的是:
- 获取变量名称更短的
- get 函数名称 更短的
- 面向作用域
你可以看到 Jquery mini 来知道我的意思
有没有什么可以做到这一点?
Possible Duplicate:
Is there a good JavaScript minimizer?
i'm looking for javascript minimizer , not a regular one that get out the namespaces , i talk about something to short my variables names , function names and so on , that can face scoping and match the variables by the scope , what i looking from the minimizer is :
- get variable names shorter
- get functions names shorter
- facing scoping
you can see Jquery mini to know what i mean
is there anything out there that can do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://developer.yahoo.com/yui/compressor/
http://developer.yahoo.com/yui/compressor/
http://chirpy.codeplex.com/ Chirpy 做了各种好事来缩小你的 js 和 css如果你使用 less 的话,还有你的 less 文件(如果你不使用它,你应该检查一下)。
http://chirpy.codeplex.com/ Chirpy does all sorts of good things to minify your js and css as well as your less files if you use less (which you should def look into if you don't use it).
如果你想在线压缩js,可以使用这个http://jscompress.com/
If you want to minify js online, you can use this http://jscompress.com/