I suggest switching from concatenating JavaScript files to use a module bundler like Browserfy.
This way we could manage our dependencies more easily.
In this addition I suggest using some of the new ES2015 syntax features which will improve our code over all.