Skip to content

Instantly share code, notes, and snippets.

@gucheen
Created September 27, 2014 08:07
Show Gist options
  • Save gucheen/3ad23a88ea7eca922ccb to your computer and use it in GitHub Desktop.
Save gucheen/3ad23a88ea7eca922ccb to your computer and use it in GitHub Desktop.
development:
closure-library/closure/bin/build/closurebuilder.py --root=closure-library/ --root=js/ --namespace="YourRootNameSpace" --output_mode=compiled --compiler_jar=compiler.jar > compiled.js
production:
closure-library/closure/bin/build/closurebuilder.py --root=closure-library/ --root=js/ --namespace="YourRootNameSpace" --output_mode=compiled --compiler_jar=compiler.jar --compiler_flags="--compilation_level=ADVANCED_OPTIMIZATIONS" > compiled.js
all:
development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment