Hacker News new | ask | show | jobs
by fibo 3909 days ago
I don't get your point, I'll try to explain better. I mean, instead of an amp.js link to a CDN, doing in my project

. bower install amp

and serving it statically from my server. Why not? Maybe cause Google want to create an audience of people using AMP on their devices.

1 comments

Why not?

Because it's wasted bandwidth. AMP can easily intercept the CDNed version and serve a cached copy. If it's part of your bower build, it can't.