Skip to content

Instantly share code, notes, and snippets.

@Hogent
Created May 15, 2013 12:21
Show Gist options
  • Save Hogent/5583616 to your computer and use it in GitHub Desktop.
Save Hogent/5583616 to your computer and use it in GitHub Desktop.
// server.js
...
app.get("/notesapp.appcache", function(req, res){
res.header("Content-Type", "text/cache-manifest");
res.end("CACHE MANIFEST");
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment