> I was able to get it to work. Great news! > I did notice you have all your js files on the main classpath and will need to be moved to META-INF. Yup, that's the new 5.4 way of doing asets
> I'm willing to do the work Great, thanks! > but I still don't know enough about RequireJS, modules, etc to know what the best practice is. Well, moving to META-INF/assets is an easy first step. Moving to META-INF/modules and doing it the requireJS way can be a second step that might need some refactoring.