Timothy Ahong
Timothy Ahong

Reputation: 345

Simple way to add a cache manifest to a Meteor app?

I would like to make the Meteor (meteor.com) app load without connectivity to the meteor server(offline) via cache manifest.

I think a similar question has already been asked here: How can I add a cache manifest to a Meteor app? but I couldn't follow their solution (more on this below).

Is there a simple way to include a cache manifest on a Meteor app and have the manifest populated with all the meteor assets?


From the related post my questions are:

Upvotes: 9

Views: 952

Answers (1)

Mooseman
Mooseman

Reputation: 18891

I would find it easier to build your manifest from outside, using ManifestR. The page also included how it should be added into the <head> of each page.

Upvotes: 1

Related Questions