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:

  1. Download the Closure Compiler package to the working directory (closure-compiler-v20170124.jar was my version, change the name if needed)
  2. Run 'java -jar closure-compiler-v20170124.jar --js file_to_be_compiled.js --js_output_file out.js' in the current directory
  3. This should give the compiled file in 'out.js'
  4. If need prettified format, add '--formatting PRETTY_PRINT'
alxndrkalinin commented 7 years ago

elaborated in #168