ESC Introduction
ESC is an ECMAScript pre-processor written in JScript, enabling an unlimited number of external scripts to be compressed/crunched into supertight, bandwidth-optimized packages. Featuring several compression-techniques such as comment removal, whitespace stripping, newline stripping and variable substitution ESC can reduce the overall size of your code with up to ~45%. Single, multiple scripts and even directories with scripts can be merged together at the compression level you decide. The processed output can later be appended or written to a file, or piped to another application for further processing via STDOUT.
ESC do NOT support crunching of inline scripts. So any attempt passing HTML, ASP, JSP, PHP or other equivalent documents to ESC is done at your own risk.
ESC supports four levels of compression, where a higher level equals higher compression. Beware though that levels >2 requires your code to be syntaxically perfect or ESC will punish you by producing a broken and useless output.
The compression ratio should hit around 25% using the default compression level on a vanilla looking script, but results as high as ~45% can be achieved depending on the script's design / your style of writing code.
ESC's compression engine is intelligent in the meaning that it has language syntax, statement and keyword awareness and it *knows* about native objects and members provided by the most common scripting hosts. This knowledgebase can easily be extended by pluggin in userdefined maps with additional information to further gain control of the crunching procedure. During processing following things are taken into account :
String and RegExpression read-ahead
Jscript Conditional compilation statements and variables
ECMA-262 Core language definitions (ECMAScript)
Intermediate DOM's (level 0) and DOM level 1
MS Jscript specific objects/methods
Netscape/Mozilla/Opera specific objects/methods/properties
MS WSH (Windows Scripting Host) 1+ native objects
压缩级别分为5种,从0到4
Level 0 :: No compression
Level 1 :: Comment removal
Level 2 :: Whitespace removal
Level 3 :: Newline removal
Level 4 :: Variable substitution
在WINDOWS命令行下执行
cscript ESC.wsf -ow menu2.js menu.js将会把menu.js按照js压缩级别2来压缩(默认js压缩级别为2)为menu2.js
cscript ESC.wsf -l 3 -ow menu3.js menu.js将会把menu.js按照js压缩级别3来压缩为menu3.js
需要注意的是,js压缩级别4会把变量名修改,如果你的js中用到了全局变量或者类的话,就不能使用该压缩级别了,否则其它使用你的js的文件可能会无法正常运行。
试了一下,把yui的menu.js压缩了一下,对应的级别和压缩率分别如下:
js压缩级别1:压缩率44.41%
js压缩级别2:压缩率62.82%
js压缩级别1:压缩率64.93%
原来130多K的js文件压缩后也就40多K,看来还是挺有用处的。
以上是引用原作者的话
##################################################################
如何批量压缩JAVASCRIPT?
!!!!使用前请先到设置参数段设置一下参数!!!!
用法:在WINDOWS下,将想压缩的JAVASCRIPT脚本拖放至此RUN.BAT上
之后将会进行一次性批量压缩,压缩后的脚本为原脚本路径下/C_原文件名
仅仅是为了让大家更方便的利用ESC.wsf压缩JAVASCRIPT,所以请大家保护原作者的权益。
欢迎大家使用此脚本,但请不要更改作者与出处
注:此脚本调用ESC.wsf压缩核心,用于批量压缩JAVASCRIPT脚本
AUTHOR:LIMING [leession@live.cn]
没有合适的资源?快使用搜索试试~ 我知道了~
ESC压缩JAVASCRIPT
共6个文件
txt:3个
wsf:1个
bat:1个
4星 · 超过85%的资源 需积分: 9 8 下载量 54 浏览量
2008-07-27
00:02:22
上传
评论
收藏 22KB RAR 举报
温馨提示
如何批量压缩JAVASCRIPT?<br><br>!!!!使用前请先到设置参数段设置一下参数!!!!<br><br>用法:在WINDOWS下,将想压缩的JAVASCRIPT脚本拖放至此RUN.BAT上<br><br>之后将会进行一次性批量压缩,压缩后的脚本为原脚本路径下/C_原文件名<br><br>仅仅是为了让大家更方便的利用ESC.wsf压缩JAVASCRIPT,所以请大家保护原作者的权益。<br><br>欢迎大家使用此脚本,但请不要更改作者与出处<br><br>注:此脚本调用ESC.wsf压缩核心,用于批量压缩JAVASCRIPT脚本<br><br>AUTHOR:LIMING [leession@live.cn]
资源推荐
资源详情
资源评论
收起资源包目录
ESC批量压缩.rar (6个子文件)
ESC批量压缩
COPYING.txt 18KB
ESC.wsf 31KB
run.bat 1KB
misq
bless.map.dynapi 917B
verbose_example.txt 6KB
说明.txt 3KB
共 6 条
- 1
资源评论
- lhlinux2012-11-23很实用的工具,适合加密js代码。
leession
- 粉丝: 10
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- YOLO-yolo资源
- 适用于 Java 项目的 Squash 客户端库 .zip
- 适用于 Java 的 Chef 食谱.zip
- Simulink仿真快速入门与实践基础教程
- js-leetcode题解之179-largest-number.js
- js-leetcode题解之174-dungeon-game.js
- Matlab工具箱使用与实践基础教程
- js-leetcode题解之173-binary-search-tree-iterator.js
- js-leetcode题解之172-factorial-trailing-zeroes.js
- js-leetcode题解之171-excel-sheet-column-number.js
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功