Edit

IABSD.fr/ports/textproc/py-rjsmin

Branch :

  • Show log

    Commit

  • Author : robert
    Date : 2025-12-08 14:11:42
    Hash : f08bbb04
    Message : import py3-rjsmin-1.2.5; ok aja@ rJSmin is a javascript minifier written in python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c.