mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-15 05:45:10 -05:00
Multi-line closure compiler example
This commit is contained in:
@@ -94,7 +94,9 @@ The JS file can be optimized with the Closure Compiler. The easiest way is to us
|
||||
In case you have a local binary, the following command can be used:
|
||||
|
||||
```
|
||||
java -jar closure-compiler.jar --compilation_level ADVANCED_OPTIMIZATIONS --js output/pokesprite.js --js_output_file output/pokesprite.min.js --charset UTF-8
|
||||
java -jar closure-compiler.jar --compilation_level ADVANCED_OPTIMIZATIONS \
|
||||
--js output/pokesprite.js --js_output_file output/pokesprite.min.js \
|
||||
--charset UTF-8
|
||||
```
|
||||
|
||||
Localization
|
||||
|
||||
Reference in New Issue
Block a user