source: Dev/trunk/src/client/util/shrinksafe/README @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 605 bytes
Line 
1shrinksafe.jar requires js.jar (Rhino) in the same directory.
2
3Usage:
4
5java -jar shrinksafe.jar somescript.js > minifiedscript.js
6
7There is a build-time version dependency between shrinksafe.jar and js.jar.
8Shrinksafe must be built and used with a particular version of Rhino.  To build,
9run build.sh in this directory.  Mozilla Rhino is licensed under MPL
101.1 (see LICENSE) and is available from http://www.mozilla.org/rhino.
11
12shrinksafe.jar is known to work with these Rhino versions:
13- 1.7R1
14
15This version of ShrinkSafe will be incompatible with Rhino 1.7R3 and beyond
16due to changes in the Rhino API.
Note: See TracBrowser for help on using the repository browser.