Download List

프로젝트 설명

JavaScript::Squish provides methods to compact
Javascript source down to only what is needed. It
can remove all comments, put everything on one
line (semi-)safely, and remove extra whitespace.
It breaks the process down into individual steps,
and one can pick and choose what parts to complete
to get a custom amount of compactness. It is
distributed as a Perl module and a handy bin
script (so you don't need to know Perl to use it,
but you can do a lot more custom things if you do).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-17 15:25
0.07

맨손으로 정규 표현식을 이제 제대로 문자열로 취급하고 그들의 내용을 지기까지없습니다. 제표 준결승에 의해 종료되지 - join_all 때 콜론을 잘못 처리했다 ()가 호출했다.
Tags: Major bugfixes
Bare regular expressions are now properly treated
as strings, and their contents are not squished.
Statements not terminated by a semi-colon were
handled wrongly when join_all() was called.

2006-01-19 20:34
0.05

명령줄 유틸리티 라이브러리는이 훨씬 더 많은 사용자가 일반 사용자에게 친절해야 지원하는 모든 옵션을 지원하도록 업데이 트되었습니다.
Tags: Minor feature enhancements
The command line utility has been updated to support all the options the library supports, which should make this much more user friendly to casual users.

2005-10-02 10:57
0.04

만약 어떤 의견 제거에서 제외된 모든 행을 하나의 라인에 자바 스크립트를 두 번 다시 올 것이라고 지기까지했다 (이 경우 = 코드 + 코드 "var 데이터는 않았다;"). 이 버그가 수정되었습니다.
Tags: Minor bugfixes
If some comments were excluded from removal and
all lines were squished to one line, the
JavaScript would come back twice (as if you did
"var data = code + code;"). This bug has been
fixed.

2005-09-30 20:17
0.03

Tags: Initial freshmeat announcement

Project Resources