I've been playing around with a number of libraries/plugins that are hosted on Github. So far, the only way I've been able to get them to work is by importing individual Javascript files. However, this can be problematic if there are multiple files that need to be loaded in a certain order. My solution to that has been to paste multiple files into a single Javascript file in an appropriate order.
All this seems clunky. Is there some way to include a whole Github project in my Appery.io project?