You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're pumping our libraries through uglifier, in addition to user JS. This makes the uglifier take an an unacceptably long time. We should concat pre-uglified libraries, then uglify user JS.
Right now we're pumping our libraries through uglifier, in addition to user JS. This makes the uglifier take an an unacceptably long time. We should concat pre-uglified libraries, then uglify user JS.