JavaScript 最小化器

发布于 2024-12-10 03:28:10 字数 414 浏览 0 评论 0原文

可能的重复:
有一个好的 JavaScript 最小化器吗?

我正在寻找 javascript 最小化器,而不是一个常规的获取命名空间的方法,我谈论一些可以缩短我的变量名称,函数名称等的东西,它可以面对作用域并按范围匹配变量,我从最小化器中看到的是:

  1. 获取变量名称更短的
  2. get 函数名称 更短的
  3. 面向作用域

你可以看到 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 :

  1. get variable names shorter
  2. get functions names shorter
  3. facing scoping

you can see Jquery mini to know what i mean

is there anything out there that can do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

入画浅相思 2024-12-17 03:28:10

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).

浅黛梨妆こ 2024-12-17 03:28:10

如果你想在线压缩js,可以使用这个http://jscompress.com/

If you want to minify js online, you can use this http://jscompress.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文