issues
search
SOCR
/
SOCRAT-issues
Project management for SOCRAT
2
stars
0
forks
source link
create compiling instructions for wrangler
#147
Closed
fengyuz
closed
7 years ago
hck94829
commented
7 years ago
Need a Java environment to work with:
Download the Closure Compiler package to the working directory (closure-compiler-v20170124.jar was my version, change the name if needed)
Run 'java -jar closure-compiler-v20170124.jar --js file_to_be_compiled.js --js_output_file out.js' in the current directory
This should give the compiled file in 'out.js'
If need prettified format, add '--formatting PRETTY_PRINT'
alxndrkalinin
commented
7 years ago
elaborated in #168
Need a Java environment to work with: