Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
9853fa2
Create new hot-module-reloading doc
jmreidy Aug 5, 2016
69fccee
First cut of HMR documentation
jmreidy Aug 5, 2016
07161de
Update project config section
jmreidy Aug 9, 2016
bee36a8
Fix spelling mistakes
jmreidy Aug 9, 2016
40a0beb
Update .babelrc section
jmreidy Aug 9, 2016
81b5eac
Make example config more consistent
jmreidy Aug 11, 2016
96e4dea
Fix typos
therobinkim Aug 20, 2016
5a63de5
Merge pull request #69 from therobinkim/therobinkim/typos
bebraw Aug 20, 2016
31dda53
add contributing.md file with instructions
jschwarty Aug 21, 2016
b190a1b
fix links, cd path, add bold styling
jschwarty Aug 21, 2016
1dabdc9
swap order of changes types to be consistent
jschwarty Aug 21, 2016
8280dcd
remove code contribs info, add develop branch info
jschwarty Aug 21, 2016
8745539
Merge pull request #72 from jschwarty/feature/add-contributing-file
TheLarkInn Aug 21, 2016
c7c5567
Update README.md
TheLarkInn Aug 21, 2016
3e0755b
docs(concepts): added new targets section (#71)
TheLarkInn Aug 24, 2016
5a2e228
Use Ubuntu Mono for code blocks
skipjack Aug 24, 2016
c4d390c
Added Long-term caching page
okonet Aug 25, 2016
838c5bb
[fix] Fixing misspelled language and adding missing commas
skipjack Aug 26, 2016
c04eb41
[fix] Minor fix in logo styling
skipjack Aug 26, 2016
1808be8
[fix] Update antwar (fixes #76)
skipjack Aug 26, 2016
b3e6d35
Documentation for webpack cli
Aug 26, 2016
fd21551
Documentation for how to develop using Vagrant
SpaceK33z Aug 27, 2016
cac8833
Add correct code lang blocks
SpaceK33z Aug 27, 2016
986004d
Implement PR feedback
SpaceK33z Aug 28, 2016
dc8ebf5
Merge pull request #78 from SpaceK33z/feature/add-develop-using-vagra…
bebraw Aug 28, 2016
ccb15a8
develop using vagrant - using -> Using, bash -> sh
bebraw Aug 28, 2016
ab0dce4
Move HMR walkthrough to React section
jmreidy Aug 29, 2016
e795740
Capitalize text for all headers
okonet Aug 30, 2016
60e8e3b
Better code formatting
okonet Aug 30, 2016
7e740b0
Merge pull request #83 from okonet/feature/text-capitalize
bebraw Aug 30, 2016
2577b71
Use webpack.io specific markup for tips and warnings
okonet Aug 30, 2016
147ae28
Added link to the original Medium article
okonet Aug 30, 2016
c661b01
Merge pull request #75 from okonet/feature/long-term-caching
bebraw Aug 30, 2016
ccdfc34
Merge caching articles
bebraw Aug 30, 2016
ce78a71
Update progress
bebraw Aug 30, 2016
6e7ed53
Fix progress color
bebraw Aug 30, 2016
60283b9
Add initial content for how-to/generate-produciton-build (#73)
riqswe Aug 30, 2016
a9f00cd
Update progress
bebraw Aug 30, 2016
c1cce0e
Add "done" sections
bebraw Aug 30, 2016
bd16791
Implements review comments
Aug 30, 2016
acd97fc
Spacing corrections
Aug 30, 2016
8c14773
Merge pull request #77 from kalcifer/develop
bebraw Aug 30, 2016
6349dc5
Fix todos
bebraw Aug 30, 2016
30b37c9
Push cli to done
bebraw Aug 30, 2016
1f2b0fe
[fix] Changing all `sh` to `bash` to fix prism unsupported language e…
skipjack Aug 31, 2016
421a25c
[fix] Updating the error catching in highlight.js for clarity
skipjack Aug 31, 2016
2eec99b
Small spelling fix in Contributing.md
skipjack Aug 31, 2016
aad86cb
Minor formatting change
skipjack Aug 31, 2016
850ec59
[fix] Preventing anything in Page from overflowing it's allowed width
skipjack Aug 31, 2016
7801bf0
Adds a how to for webpack installation
Aug 31, 2016
954c7cc
Review comments
Aug 31, 2016
6177520
Merge pull request #64 from jmreidy/content-howto-hmr
bebraw Aug 31, 2016
5de6432
State -> Stage
bebraw Aug 31, 2016
c04a950
Improve React HMR Article Naming
bebraw Aug 31, 2016
27ac882
[fix] Changing `shell`s to `bash` to prevent prism errors
skipjack Sep 2, 2016
e76fb81
Review comments
Sep 4, 2016
224859c
Merge pull request #84 from kalcifer/develop
bebraw Sep 4, 2016
2a28664
Lint through proselint
bebraw Sep 4, 2016
e418c46
[fix] Changing "sh" to "bash" to fix prism errors
skipjack Sep 4, 2016
b91b64b
Adding another shade of grey
skipjack Aug 28, 2016
8497249
Updating the base font color
skipjack Sep 4, 2016
6e7e1ad
Tweaking horizontal rule styling...
skipjack Sep 4, 2016
f63973a
feat(eslint): add eslint for markdown js codeblocks
TheLarkInn Sep 6, 2016
6a08ded
Merge pull request #97 from TheLarkInn/feature/add_eslint_to_markdown…
bebraw Sep 6, 2016
ed56f7c
Tweaking hr styling (again probably temporary)
skipjack Sep 6, 2016
340b7bd
Removing capitalization for all headers, this prevents things like "W…
skipjack Sep 6, 2016
e30e9af
Rename everything-is-a-module to modules
bebraw Sep 7, 2016
4625c3b
create CNAME file for domain
sokra Sep 7, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"node": true
},

"plugins": [
"markdown"
],

rules: {
"no-undef": 2,
"no-unreachable": 2,
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
webpack.js.org
68 changes: 68 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Contributing

From adding an issue for a documentation suggestion to creating a pull request: every contribution is
appreciated and welcome. If you're planning to implement a new section or page
please create an issue first.

## Setup

* Install [Node.js](https://nodejs.org/) if you have not already.
*Note: Node 6 or greater may be required for "best results".*
* Fork the **webpack.io** repo at [https://github.com/webpack/webpack.io](https://github.com/webpack/webpack.io).
* `git clone <your-clone-url> && cd webpack.io`
* `git checkout develop`
* `npm install`
* `npm run build`
* `npm start`
* Visit [http://localhost:3000](http://localhost:3000) to preview your changes before making a pull request.

## Branching Your Changes

Making a branch in your fork for your contribution is helpful in the following ways:
* It allows you to have multiple contributions in as PRs at once.
* It allows us to identify what your contribution is about from the branch name.

You will want to checkout the `develop` branch locally before creating your new branch.

There are two types of branches:
* Feature
* Hotfix

### Features
If your contribution is something new, like a new section or page or a new chunk
to an existing page, you can create a branch with the
following naming convetion:
```
feature/<the-new-feature>
```
So, for example, if you are adding a page on how to write a custom loader your
branch could have the name:
```
feature/add-custom-loaders-page
```

### Fixes
If you are fixing existing content or code you can create a branch with the
following naming convention:
```
hotfix/<the-fix>
```
So, for example, if you are fixing spelling on the api configuration page for
an option, your branch could have the name:
```
hotfix/fix-option-property-spelling-on-api-configuration
```

## Submitting Changes

After getting some feedback, push to your fork branch and submit a pull request. We
may suggest some changes or improvements or alternatives, but for small changes
your pull request should be accepted quickly.

Issue the PR to the [develop](https://github.com/webpack/webpack.io/tree/develop) branch.

## Thank you!

Webpack is insanely feature rich and documentation is a huge time sink. We
greatly appreciate any time spent fixing typos or clarifying sections in the
documentation.
24 changes: 19 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ To develop, please pull the project, `cd` into the directory and run:
- `npm run build` to create a production version of the site.
- `npm start` to develop on a local webpack-dev-server (should be [here](http://localhost:3000/)).

For more information see the [contributors page](https://github.com/webpack/webpack.io/blob/develop/CONTRIBUTING.md)

## Content Progress

Fully completed can be removed from this list. If there's a topic you would like to contribute in, check out the related issue and comment there.
Expand All @@ -20,18 +22,24 @@ Fully completed can be removed from this list. If there's a topic you would like
* Changelog - ![](https://img.shields.io/badge/progress-0%25-yellowgreen.svg)
* Contribute - ![](https://img.shields.io/badge/progress-10%25-yellowgreen.svg)
* Get Started - ![](https://img.shields.io/badge/progress-10%25-yellowgreen.svg) - [#15](https://github.com/webpack/webpack.io/issues/15)
* License - ![](https://img.shields.io/badge/progress-100%25-yellowgreen.svg)
* Writer's Guide - ![](https://img.shields.io/badge/progress-50%25-yellowgreen.svg)

#### Done

* License - ![](https://img.shields.io/badge/progress-100%25-green.svg)

### `/api`

* CLI - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#24](https://github.com/webpack/webpack.io/issues/24)
* Configuration - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#25](https://github.com/webpack/webpack.io/issues/25)
* Loaders - ![](https://img.shields.io/badge/progress-0%25-yellowgreen.svg) - [#21](https://github.com/webpack/webpack.io/issues/21)
* Module Resolution - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#12](https://github.com/webpack/webpack.io/issues/12)
* Node - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#23](https://github.com/webpack/webpack.io/issues/23)
* Plugins - ![](https://img.shields.io/badge/progress-0%25-yellowgreen.svg) - [#37](https://github.com/webpack/webpack.io/issues/37)

#### Done

* CLI - ![](https://img.shields.io/badge/progress-100%25-green.svg) - [#24](https://github.com/webpack/webpack.io/issues/24)

### `/concepts`

* Compared to other systems - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#48](https://github.com/webpack/webpack.io/issues/48)
Expand All @@ -40,14 +48,15 @@ Fully completed can be removed from this list. If there's a topic you would like
* Loaders - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#50](https://github.com/webpack/webpack.io/issues/50)
* Output - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#10](https://github.com/webpack/webpack.io/issues/10)
* Plugins - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#51](https://github.com/webpack/webpack.io/issues/51)
* Targets - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#14](https://github.com/webpack/webpack.io/issues/14)

#### Done

* Targets - ![](https://img.shields.io/badge/progress-100%25-green.svg) - [#14](https://github.com/webpack/webpack.io/issues/14)

### `/how-to`

* Author libraries - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#9](https://github.com/webpack/webpack.io/issues/9)
* Cache - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#2](https://github.com/webpack/webpack.io/issues/2)
* Develop - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#26](https://github.com/webpack/webpack.io/issues/26)
* Generate a production build - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#11](https://github.com/webpack/webpack.io/issues/11)
* Handle compatibility - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#4](https://github.com/webpack/webpack.io/issues/4)
* Handle dependencies - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#5](https://github.com/webpack/webpack.io/issues/5)
* Improve build performance - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#16](https://github.com/webpack/webpack.io/issues/16)
Expand All @@ -57,6 +66,11 @@ Fully completed can be removed from this list. If there's a topic you would like
* Use with Docker - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#44](https://github.com/webpack/webpack.io/issues/44)
* Use with third party tools - ![](https://img.shields.io/badge/progress-5%25-yellowgreen.svg) - [#53](https://github.com/webpack/webpack.io/issues/53)

#### Done

* Cache - ![](https://img.shields.io/badge/progress-100%25-green.svg) - [#2](https://github.com/webpack/webpack.io/issues/2)
* Generate a production build - ![](https://img.shields.io/badge/progress-100%25-green.svg) - [#11](https://github.com/webpack/webpack.io/issues/11)

## Git Flow

We are using the [git flow](http://nvie.com/posts/a-successful-git-branching-model/) branching model. Please direct all pull requests for code changes to the [develop](https://github.com/webpack/webpack.io/tree/develop) branch. [Content](https://github.com/webpack/webpack.io/tree/master/src/content) changes are fine on to make on master.
Expand Down
Loading