Reputation: 1647
I am from an AngularJS background, and the build process of an AngularJS app has a process called cdnify
, which converts local URLs to CDN ones:
https://www.npmjs.com/package/grunt-cdnify
https://www.npmjs.com/package/gulp-cdnify
Does Angular have this build step? Or is it not required anymore?
If CDNs are still relevant, how would I achieve this in Angular + @angular/cli
?
Upvotes: 0
Views: 212