sublime text2之js压缩-Js Minifier

本文介绍了一款名为JsMinifier的插件,该插件基于Google Closure Compiler压缩JavaScript文件。提供了两种快捷键用于压缩代码,并能生成压缩后的.min.js文件。文章还详细介绍了插件的配置选项及下载地址。

一款基于Google Closure compiler压缩Js文件插件。

快捷键:

Ctrl+Alt+M            当前文件内压缩Js代码(不推荐)

Ctrl+Alt+Shift+M   压缩Js并生成压缩文件 *.min.js

 

安装成功重启,如果报错,在配置里改一个参数,"compiler": "uglify_js",
{
    // the closure compiler adds new lines every 500 characters
    // for some proxies that choke with lines longer than that... don't care?
    // set this setting to true.
    "remove_new_lines": false,

    // the default optimization level to use for minification. Acceptable optios are:
    // WHITESPACE_ONLY, SIMPLE_OPTIMIZATIONS, ADVANCED_OPTIMIZATIONS
    // These primiarly apply to the closure compiler. For more info on which to use, go to: https://developers.google.com/closure/compiler/docs/compilation_levels
    "optimization_level": "WHITESPACE_ONLY",

    // the compiler to use for minification.
    // Accepted values are: google_closure|uglify_js
    "compiler": "uglify_js",

    // when you create a file you want to automatically open it?
    "open_on_min": true
}

 

下载地址:https://github.com/cgutierrez/JsMinifier

转载于:https://www.cnblogs.com/cssfirefly/p/3772030.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值