This repository was archived by the owner on Aug 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
feat(newnotes): added last two weeks of notes, sorry for delay #15
Open
TheLarkInn
wants to merge
2
commits into
master
Choose a base branch
from
feature/last_two_weeks_of_notes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that I have the official privileges (since this Sunday). |
||
|
|
||
| #### 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 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). | ||
|
|
||
| * 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 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. | ||
|
|
||
| * 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some time before this meeting we discussed file-loader and url-loader as good candidates that need some attention.