Home | History | Annotate | Download | only in rjsmin
      1 Short Name: rJSmin
      2 URL: http://opensource.perlig.de/rjsmin/
      3 Version: 1.0.12
      4 License: Apache 2.0
      5 License File: NOT_SHIPPED
      6 Security Critical: no
      7 
      8 Description:
      9 rJSmin is a javascript minifier written in python.
     10 The minifier is based on the semantics of jsmin.c by Douglas Crockford.
     11 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.
     12 
     13 Modifications made:
     14  - Removed the bench.sh since the file doesn't have the licensing info and
     15    caused license checker to fail.
     16  - Added a small hack to not clobber template strings. (Not a complete solution
     17    since it won't handle nesting. E.g. `${'`'} foo` would probably cause
     18    problems).
     19