sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Irul24 d994ad09ee First Commit 2 years ago
..
src First Commit 2 years ago
tests First Commit 2 years ago
LICENSE First Commit 2 years ago
MPL-1.1.html First Commit 2 years ago
README First Commit 2 years ago
build.sh First Commit 2 years ago
js.jar First Commit 2 years ago
shrinksafe.jar First Commit 2 years ago

README

shrinksafe.jar requires js.jar (Rhino) in the same directory.

Usage:

java -jar shrinksafe.jar somescript.js > minifiedscript.js

There is a build-time version dependency between shrinksafe.jar and js.jar.
Shrinksafe must be built and used with a particular version of Rhino. To build,
run build.sh in this directory. Mozilla Rhino is licensed under MPL
1.1 (see LICENSE) and is available from http://www.mozilla.org/rhino.

shrinksafe.jar is known to work with these Rhino versions:
- 1.7R1

This version of ShrinkSafe will be incompatible with Rhino 1.7R3 and beyond
due to changes in the Rhino API.