Hi all; I was wondering if there’s a reason for require() (which is aliased to ripple) to have its current form? I understand it’s been taken as-is from cordova, but even cordova does inject script instead of stacking them up into a huge poorly debuggable blob.
I guess my question is whether there was a specific technical reason to use cordova-require/build-time pack combination instead of cordova-require/runtime inject or plain require.js? Is it purely historical or is there some technical background that I am missing? Major disadvantage is that the development environment is unnecessarily complicated. We could have two versions: running ripple for dev environment and release version (optimised/concatenated). Would this be a reasonable change? If the dev community around this project is to grow, the development environment should be friendly. :) -- // kai
