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
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.