scalableminds / amd-optimize

An AMD (RequireJS) optimizer that's stream-friendly. Made for gulp.
MIT License
163 stars 29 forks source link

External libraries aren't working #71

Open thany opened 8 years ago

thany commented 8 years ago

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.