Skip to content

Commit 767bbbe

Browse files
author
Nicolas Marien
authored
Create README.md
1 parent 9072451 commit 767bbbe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)