Re: Embed manifest

On Mon, 9 Jan 2012, Juan Carlos Ojeda wrote:
> > >
> > > I need to make a Single File WebApp, i got the CSS and JS embed 
> > > already, i cant embed the .MANIFEST ...and i dont want to use data 
> > > uri :( it makes A LOT of sense.
> >
> > If it's a single file, you don't need a manifest.
> 
> How to handle CDN content, and being capable of use Offline later ?  :/

If it uses CDN content, it's clearly not a single-file app.

The manifest can't be in the same file as the content because the whole 
point is that the browser uses the manifest to determine if it needs to 
update the cache, which includes the page.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Monday, 9 January 2012 23:31:43 UTC