Feeling a bit lost here, but I'm struggling to figure out the best way to package JS.Class. What I'm trying to do is consolidate all my javascript files into one and optimize them for performance. I'm open to using different tools than what they recommend.
I attempted to follow their command line instructions but
- I don't have a manifest file (or maybe I just don't understand what that means) so I'm unsure of what should be included in it. It seems a bit unreasonable for me to spend an entire day bundling some javascript files
- Jake isn't cooperating with me, throwing errors - possibly because I'm on Windows
Appreciate any guidance or suggestions