Can you elaborate? I assumed the problem was "JavaScript dependency management and concatenation".
What I described is essentially what we do in Objective-J. During development it just resolves the dependencies at runtime, but when you deploy you can flatten them into one big file.
Comments
Respectfully: no, it shouldn't. :) There's plenty of libraries that do this already. Sprockets solves a different problem.
Can you elaborate? I assumed the problem was "JavaScript dependency management and concatenation".
What I described is essentially what we do in Objective-J. During development it just resolves the dependencies at runtime, but when you deploy you can flatten them into one big file.