Ignoring the fact that this might not be a good idea is it possible to get requirejs to reference one library using two different paths i.e
require.config({
paths: {
'ko': '../Lib/knockout-2.1.0.debug',
'knockout': '../Lib/knockout-2.1.0.debug',
}
});
or possibly some other way? Currently its complaining
The reason is we have some external libraries that have external dependancies on 'knockout' where as we use 'ko'