chasen
July 14, 2017, 10:14pm
1
Please add topics for discussion (and your status if you’re a contributor).
Epics:
Live Stream:
pYr0x
July 21, 2017, 3:15pm
6
servicewoker support for steal-tools.
use https://github.com/GoogleChrome/sw-precache and wrap it?
any thoughts?
@pYr0x I use that library in some personal projects. It will generate a sourcemap from a set of files. What sort of integration with steal are you looking to doing?
pYr0x
July 21, 2017, 3:21pm
8
create a wrapper that can handle the graph response and create a sw.
webpack did something too.
i want to add a zero config sw possibility for steal-tools
This Week
Working on some stealjs and steal-tools bugs
Next Week
Patch release for steal and steal-tools
Work on the next phase of the slim sloader
This Week:
Worked on issues for CanJS 3.9.1 release
Next Week:
Finish all issues in the CanJS 3.9.1 epic
https://github.com/canjs/canjs/issues/3412
@pYr0x coming to the meeting?
chasen
July 21, 2017, 6:21pm
16
Attendees: @chasen @cherif_b @chrisbitme @justinbmeyer @matthewp @phillipskevin @pYr0x
Discussed topics:
steal-push HTTP/2 middleware:
steal-tools can produce a bundle manifest file; see bundleManifest
in the BuildOptions docs
steal-push
consumes the bundle manifest file and can PUSH assets for any given route in your app
Works both as Express middleware and not
Still need to work out how not to push assets that the browser already has
Proposal: Streaming ViewModels :
Adding service worker support for steal-tools:
Idea: use the steal-tools
bundle manifest to create a service worker that can cache your assets
Good first step towards adding offline support to DoneJS
More info on service workers
Google’s sw-precache “module for generating a service worker that precaches resources”
can-migrate :
Contributing to DoneJS: