Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Merge pull request #132 from CMSgov/staging
  • Loading branch information
sawyerh authored Aug 30, 2017
2 parents 57dd83c + 9aa7e87 commit 0dfa4ab
Show file tree
Hide file tree
Showing 215 changed files with 692 additions and 7,768 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Documentation is generated into this subdirectory during development in order
# to simulate the URL structure of the live site.
docs/design-system
# Documentation is generated into this directory
docs

# Generated documentation data from CSS and JSX comments. We only need this
# during the docs generation task.
Expand Down
16 changes: 9 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,24 @@ The `bootstrap:yarn` command runs [Lerna](https://lernajs.io/) which allows us t

These scripts can all be run from the root level of the repo:

- `yarn run start`
- `yarn start`
- Starts local server running the documentation site
- Regenerates documentation when files change
- `yarn run build`
- `yarn build`
- Compile/transpile/uglify everything and makes things release-ready.
- `yarn run bump`
- `yarn bump`
- Increments package versions. Read "[Versioning](https://github.com/CMSgov/design-system/wiki/Versioning)" for more info.
- `yarn run generate`
- `yarn generate`
- Generates the necessary files for a new core component
- Alias: `yarn run g`
- Alias: `yarn g`
- `yarn test`
- Runs JS unit tests
- Lints JS using ESLint
- Lints Sass using stylelint
- `yarn run test:watch`
- `yarn test:watch`
- Runs JS unit tests and will continue to run tests as files change
- `yarn lint`
- Runs just the linting portion of the tests

## Submitting a pull request

Expand Down Expand Up @@ -86,4 +88,4 @@ the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/pub

All contributions to this project will be released under the CC0
dedication. By submitting a pull request, you are agreeing to comply
with this waiver of copyright interest.
with this waiver of copyright interest.
Binary file added design-assets/Components_sticker_sheet.sketch
Binary file not shown.
27 changes: 0 additions & 27 deletions docs/404/index.html

This file was deleted.

Loading

0 comments on commit 0dfa4ab

Please sign in to comment.