Skip to content

Commit e0bc66e

Browse files
author
Mike Ng
committed
Built minified file.
1 parent 106caa9 commit e0bc66e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ We welcome contributions and feedback! Please read the [README](README.md) to se
77
1. Create a branch off of `master`: `git checkout -b YOUR_NAME/branch_name`.
88
2. Commit your changes. Make sure to add tests!
99
3. Run `npm run lint` to ensure there are no lint errors.
10-
4. `git push` your changes to GitHub.
11-
5. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
12-
6. Open a pull request from `YOUR_NAME/branch_name` to `master`.
13-
7. A repository maintainer will review your pull request and, if all goes well, merge it!
10+
4. Run `webpack` to generate the built and minified file for those not installing via `npm`
11+
5. `git push` your changes to GitHub.
12+
6. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
13+
7. Open a pull request from `YOUR_NAME/branch_name` to `master`.
14+
8. A repository maintainer will review your pull request and, if all goes well, merge it!
1415

1516
##Pull request acceptance criteria
1617

0 commit comments

Comments
 (0)