From 3fa49ac6950642dde721f4a1b5d6dea459bc0639 Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 11 Oct 2016 09:30:05 -0500 Subject: [PATCH 1/2] feat(newnotes): added last two weeks of notes, sorry for delay --- 2016-09/september-28.md | 38 ++++++++++++++++++++++++++++ 2016-10/october-05.md | 55 +++++++++++++++++++++++++++++++++++++++++ README.md | 7 +++++- 3 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 2016-09/september-28.md create mode 100644 2016-10/october-05.md diff --git a/2016-09/september-28.md b/2016-09/september-28.md new file mode 100644 index 0000000..615b1f3 --- /dev/null +++ b/2016-09/september-28.md @@ -0,0 +1,38 @@ +## September 28 ([discuss](https://github.com/webpack/meeting-notes/pull/15)) + +### Attendees + +* [Sean Larkin](http://github.com/thelarkinn) +* [Juho Vepsäläinen](http://github.com/bebraw) + +#### Attendee Notes + +* Both Johannes and Tobias are on vacation. Tobias will be joining us again next month. + +### Agenda + +#### Documentation Updates + +* Interestingly few people spoke out to switching from [antwar](https://github.com/antwarjs/antwar) to something else (found in [last weeks](https://github.com/webpack/meeting-notes/pull/14) meeting notes). + + * Sean: Personally disagree with the timing, if someone does it, it needs to be a fully vetted PR that we would be pretty rigid with. Thinks that we need as many people focusing on the content instead. + + * Juho: Open to PR’s but would also come the responsibility of daily, continuous maintenance of the [webpack/webpack.js.org](github.com/webpack/webpack.js.org) project. + +* Sean: Will also start working on concepts/plugins section for documentation + +* Sean: We should tackle Plugins in 3 ways: + + * Concepts: high level, anatomy, usage + + * How-to: plugins use for specific cases + + * API: anatomy of tapable, tapable instances, event hooks, compiler lifecycle, supporting packages + +* Documentation at 50% for milestone + +### Takeaways +* Documentation + +----------- +Please feel free to discuss these notes in the [corresponding pull request](https://github.com/webpack/meeting-notes/pull/15). diff --git a/2016-10/october-05.md b/2016-10/october-05.md new file mode 100644 index 0000000..9e7c2de --- /dev/null +++ b/2016-10/october-05.md @@ -0,0 +1,55 @@ +## October 05 ([discuss](https://github.com/webpack/meeting-notes/pull/15)) + +### Attendees + +* [Sean Larkin](http://github.com/thelarkinn) +* [Juho Vepsäläinen](http://github.com/bebraw) +* [Johannes Ewald](http://github.com/jhnns) +* [Kees Kluskens](https://github.com/SpaceK33z) + +### Agenda + +#### Consideration of New Core Team Member + + * Sean: Kees's work on [webpack-dev-server](http://github.com/webpack/webpack-dev-server) and [webpack-dev-middleware](http://github.com/webpack/webpack-dev-middleware) has been impressive and he has continued to offer to help even as these two large repo's themself have been well maintained. This alone is justifyable. + + * Everyone was in agreeance that Kees is suited. Officially adding him as a member to the webpack core team. + + * In addition, will give him opportunity to maintain other repo's in the organization if willing. Wanting his focus to still be on webpack-dev-server and webpack-dev-middleware, and only taking on what he can handle, as we have been more than happy with the work he has done. + + * When Tobias gets back from vacation we will add official privileges on the org and repo. + +#### Documentation Updates + + * What to do with [Gatsby PR](https://github.com/webpack/webpack.js.org/pull/202)? + + * Concerns? + + * Sean: Antwar is custom tailored/made for docs page. Switching to something else and relying on specific changes for our docs page: Could they be timley and not affect other tools relying on Gatsby? Things to discuss when we finish milestone. + + * Johannes: Timing is bad to accept for now (we do not want to stop current momentum we have on content creation). + + * We want to encourage this contribution still. Will discuss having the PR broken into multiple PR's (1 for styling, another for the underlying framework change). This way we can potentially accept a styling PR without too much distraction. + + * The entire team agreed to communicate this PR split as well as freezing the underlying framework until we reach our documentation milestone. + + * Documentation milstone now [57%!!!!](https://github.com/webpack/webpack.js.org/milestone/1) + + * Add more love to the Migration from 1 to 2 doc. Should include as much as possible from the original ["Whats new in webpack 2"](https://gist.github.com/sokra/27b24881210b56bbaff7) doc that Tobias authored as there is good content there. + + * Will also publish article that has a call to action on the final push of docs work. (Juho) + +#### Logo license + + * Juho: We will use the [Blender License as a blueprint](https://www.blender.org/about/license/). + + * Johannes: Should include that the font for our [new logo](http://github.com/webpack/media) is not available under the license. + + * Should also decide legally how to handle the font in the license. + + +### Takeaways +* Documentation + +----------- +Please feel free to discuss these notes in the [corresponding pull request](https://github.com/webpack/meeting-notes/pull/15). diff --git a/README.md b/README.md index d5be655..4b0a29f 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,9 @@ The repo format is inspired by [React Core Notes](https://github.com/reactjs/cor #### September * [September 7th](2016-09/september-07.md) -* [September 21st](2016-09/september-21.md) \ No newline at end of file +* [September 21st](2016-09/september-21.md) +* [September 28st](2016-09/september-28.md) + +#### October + +* [October 5th](2016-10/october-05.md) From 1b49cad6da0047fac5c8c5dff688bcee07a3b918 Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Tue, 11 Oct 2016 09:39:14 -0500 Subject: [PATCH 2/2] Update october-05.md Spelling mistakes --- 2016-10/october-05.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2016-10/october-05.md b/2016-10/october-05.md index 9e7c2de..96e9dd9 100644 --- a/2016-10/october-05.md +++ b/2016-10/october-05.md @@ -25,7 +25,7 @@ * Concerns? - * Sean: Antwar is custom tailored/made for docs page. Switching to something else and relying on specific changes for our docs page: Could they be timley and not affect other tools relying on Gatsby? Things to discuss when we finish milestone. + * Sean: Antwar is custom tailored/made for docs page. Switching to something else and relying on specific changes for our docs page: Could they be timely and not affect other tools relying on Gatsby? Things to discuss when we finish milestone. * Johannes: Timing is bad to accept for now (we do not want to stop current momentum we have on content creation). @@ -33,7 +33,7 @@ * The entire team agreed to communicate this PR split as well as freezing the underlying framework until we reach our documentation milestone. - * Documentation milstone now [57%!!!!](https://github.com/webpack/webpack.js.org/milestone/1) + * Documentation milestone now [57%!!!!](https://github.com/webpack/webpack.js.org/milestone/1) * Add more love to the Migration from 1 to 2 doc. Should include as much as possible from the original ["Whats new in webpack 2"](https://gist.github.com/sokra/27b24881210b56bbaff7) doc that Tobias authored as there is good content there.