UWNetworksLab / freedom

Embracing a distributed web
13 stars 5 forks source link

freedom isn't amenable to name mangling #3

Closed willscott closed 10 years ago

willscott commented 11 years ago

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.

willscott commented 10 years ago

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.