We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9072451 commit 767bbbeCopy full SHA for 767bbbe
README.md
@@ -0,0 +1,11 @@
1
+# Usage
2
+
3
+- update the uglifyjs library :arrow_right: `yarn update-uglify` (in resources directory)
4
+- extract the uglifyjs javascript file :arrow_right: `yarn extract-script` (in resources directory)
5
+- build the jar :arrow_right: `mvn package`
6
7
+`java -jar nashorn-uglifyjs.jar input.js output.min.js`
8
9
+# Credits
10
11
+- [the great UglifyJS2](https://github.com/mishoo/UglifyJS2)
0 commit comments