Nick Martin
57c87a403d
OCD
2013-10-08 20:03:02 -07:00
Andrew Wilcox
ba34b2550b
Chrome for iOS supports the appcache
2013-09-04 16:31:52 -07:00
David Glasser
af06112044
templating implies spark and meteor: generated code needs them.
...
also finish getting rid of deprecated startup package, and some other minor
packaging cleanups to templating.
2013-07-26 19:34:45 -07:00
Geoff Schmidt
3d1c09794f
Comprehensive namespace cleanup.
2013-07-25 18:54:40 -07:00
David Glasser
e38bf5e1ab
Move a few more functions off of __meteor_bootstrap__
2013-07-02 16:15:12 -07:00
David Glasser
1f26045fe0
__meteor_bootstrap__.bundle -> WebApp.clientProgram
2013-07-02 16:15:12 -07:00
David Glasser
053db8e9e9
Begin to refactor webapp package.
...
Move stuff from __meteor_bootstrap__ to WebApp exported symbol.
Note that the WebApp API continues to be subject to change.
2013-07-02 16:15:12 -07:00
David Glasser
e2951cca6c
Fix routepolicy/webapp dependency.
...
Inspired by awwx's #1176 .
Move Meteor._routePolicy to @exported RoutePolicy.
2013-07-02 15:11:45 -07:00
David Glasser
cebf6924bb
Lots of missing dependencies, mostly in accounts code.
2013-06-25 09:53:42 -07:00
David Glasser
2d827e74fc
Factor webapp-specific stuff (and keepalive) out of boot.js into webapp package.
...
Replace type: "bare" with type: "server" in attributes.json. This now just
means "only make one server process" rather than controlling the boot script.
Programs that are type: "traditional" that want to be a webapp now need to
explicitly depend on the webapp package.
2013-05-13 11:58:58 -07:00
David Glasser
6b48e8bd8a
stuff that doesn't have conflicts
2013-05-13 11:51:50 -07:00
David Glasser
8dbee56e77
Add .gitignore to package directories to match linker branch.
...
This way switching between linker and devel doesn't leave you with lots of junk
in git status.
2013-05-13 10:57:37 -07:00
Andrew Wilcox
f4808b5a68
Add Chromium to the browsers supported by appcache
2013-04-25 16:50:33 -07:00
David Glasser
599c6edef8
Another round of removing __meteor_bootstrap__.require.
2013-03-19 15:13:53 -07:00
David Glasser
5a5204e3a4
Remove closures around package files. (hint: git blame -w)
...
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
David Glasser
a23d85c103
Be more explicit in app cache QA file.
2013-03-13 07:14:55 -07:00
Nick Martin
b2bf406e55
Only cache assets with a cache-busting parameter. Use fallback to access these when offline.
2013-03-06 16:41:56 -08:00
Andrew Wilcox
f72f366e20
appcache docs and tweak warning message
2013-02-22 18:38:41 -08:00
Andrew Wilcox
43282254a1
Fix syntax error in appcache-server.
...
Ouch.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
2500312cd5
Allow static resources to be configured as online only.
...
Add a route policy type "static-online" for files in public/ that
shouldn't be cached offline.
Put "static-online" files in the manifest NETWORK section instead of
in the CACHE section.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
1bbbe2901f
add missing semicolon
2013-02-21 18:41:53 -08:00
Andrew Wilcox
6ed6e8ce17
appcache code review changes
2013-02-21 18:41:53 -08:00
Andrew Wilcox
6bea9656d6
Avoid calling readFileSync at runtime.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
9c55aeeb97
appcache package
...
This code depends on PR 680. In addition, the docs include a link to
the proposed AppCache wiki page.
Adds the appcache smart package and associated documentation.
QA notes are in packages/appcache/QA.md (Is this a good place to put
them?)
2013-02-21 18:41:53 -08:00