amd-optimize
amd-optimize copied to clipboard
External libraries aren't working
So if I put angular in the paths, to be loaded externally:
'angular': '//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.min.js'
It won't work. It won't be able to "find" the module.
What should happen: just ignore it. Don't even try to download it and include it - the browser will do that. But don't fail the process and stop everything. Trust that the module is there, just not the actual file.