make compiles the freedom library through the closure compiler.
Right now, there are several issues with things not being properly quoted to avoid name mangling (name.property is considered fair game for shorting, but name['property'] is not).
This should be made consistent, so that the minimized version of the library is functional.
We're no longer using closure, and uglify in the grunt package is timid enough not to Change names. Still would be nice to do better here, but this bug isn't tracking a currently relevant problem.
make
compiles the freedom library through the closure compiler.Right now, there are several issues with things not being properly quoted to avoid name mangling (name.property is considered fair game for shorting, but name['property'] is not).
This should be made consistent, so that the minimized version of the library is functional.