Solved
Using RequireJS in AEM 5.6
I'm looking for any info on how to use RequireJS in 5.6 without conflicting with AEMs built-in css/js management.
The issue with the built-in tools is they don't provide dependency management on the file level. Managing this via css/js.txt files is not sufficient for large and complex projects.
Any insight on this would be appreciated.