mike-marcacci / gandhi

The open source, online grant management system.
GNU Affero General Public License v3.0
36 stars 17 forks source link

Minify JS #43

Closed mike-marcacci closed 9 years ago

mike-marcacci commented 10 years ago

Right now we serve a giant, unminified, 50k-line main.js file. For now we don't want to worry about async loading, but we could probably get a good boost from minifying this file. Unfortunately, I've been lazy and haven't been using angular's array notation. Thus this includes a small refactor and minification.