Hacker News new | ask | show | jobs
by nickfisher 5119 days ago
The source is in sanely separated and named modules in individual files which are concatentated into one for production. We actually concatenate into 4 different files according to how often the source changes (to work best with caching), but yeah, the concept is the same.
1 comments

Google Closure and require.js take care of this I believe.