JavaScript::Squish 0.05 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Joshua Miller
0 stars award from rbytes.net

JavaScript::Squish module provides methods to compact javascript source down to just what is needed.

It can remove all comments, put everything on one line (semi-)safely, and remove extra whitespace, allowing fine grained control of the compactness.

Any one of the various compacting techniques can be applied individually, or with in any group.

It also provides a means by which to extract all text literals or comments in separate arrays in the order they appear.

Since JavaScript eats up bandwidth, this can be very helpful, and you can then be free to properly comment your JavaScript without fear of burning up too much bandwidth.

What's New in This Release:
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.

JavaScript::Squish 0.05 search tags