App cache manifest on CDN?
问题 I'm reading through details on HTML5's app cache manifest (especially from this excellent article). I'm curious if this idea would work: We host all of our static resources (scripts, css, fonts, images) on a CDN within a subdomain (e.g. cdn.example.com and app is on www.example.com). Is it possible to host the app cache manifest on the CDN as well? For example, <!doctype html> <html manifest="http://cdn.example.com/appcache.manifest"> ... <script src="http://cdn.example.com/foo.js"></script>