blob: b9fd0a5dedbd915be3b34a1446f8b87da2002f8f (
plain) (
blame)
1
2
3
|
This 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.
|