Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: src/site/samples/appcache/example/appcache.mf

Issue 30853002: Added several more HTML5 samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CACHE MANIFEST
2 # Adding a version number and/or timestamp here is a good strategy. Changing
3 # the manifest file, even a comment line, will force the browser to refresh its
4 # cached resources.
5 # 2012-09-28:v2
6
7 # Explicitly cached entries. This should be enough to run the sample.
8 CACHE:
9 index.html
10 appcache.css
11 appcache.dart
12 http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js
13
14 # All other resources (e.g. sites) require the user to be online.
15 NETWORK:
16 *
17
18 # offline.html will be displayed if the user is offline.
19 FALLBACK:
20 / offline.html
OLDNEW
« no previous file with comments | « src/site/samples/appcache/example/appcache.dart ('k') | src/site/samples/appcache/example/appcache.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698