marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

cdn - 3rd party libs #139

Closed msimonc closed 9 years ago

msimonc commented 9 years ago

The Readme for this project show an example main.js with a cdn url for angular but the main.js in the sample project (and this one) points to the local build bower angular instead.

When I change it I get:
Error: ENOENT, no such file or directory '//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.15/angular.min.js' on grunt build with or without the https

marcoslin commented 9 years ago

You can find the correct AngularJS CDN in their home page.