Ticket #2972 (closed feature: duplicate)
Closure Compiler for OpenLayers 2.x
| Reported by: | jorix | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | general | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: |
Description
Using the Closure Compiler can compress the code by 20% but also to find errors such as undefined variables. Undefined variables in JavaScript are a nightmare because they are global names.
I've embedded the Clousure Compiler in build/build.py selecting run parameters that do not generate too many warnings and not allow undefined variables.
See bugs: #2960 and #2971 which are detected with Clousure Compiler.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

