JAMS
JAMS copied to clipboard
Build system
Look at that app.html
with a bunch of <script>
tags. It'd be nice there's a build system to consolidate everything into a single file to reduce HTTP requests.
Build system should also make it easier to add new modules. Currently, every time I create a new module, I have to add it to JAMS.js module listing and also include it in app.html