CivicTechAtlanta / early-voting

Early voting information for Georgia
http://earlyvoting.codeforatlanta.org
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Build System #4

Closed rhewitt22 closed 9 years ago

rhewitt22 commented 9 years ago

Angular is great for writing modular code, but you often end up with a pretty long list of JS files to include. I suggest setting up a build system with gulp or grunt to concatenate these files together to reduce HTTP requests.