Skip to content

Commit 751a147

Browse files
authored
Merge pull request #178 from 18F/update-uswds-2.0
Update to USWDS 2.0
2 parents 472991d + 626e7b1 commit 751a147

754 files changed

Lines changed: 24832 additions & 11858 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bundler-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.2

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
*.gem
22
node_modules/
3+
.DS_Store
34

4-
## Environment normalization:
5+
# Environment normalization:
56
/.bundle/
67
/vendor/bundle
78
/lib/bundler/man/
@@ -12,5 +13,6 @@ node_modules/
1213
# Jekyll stuff
1314
.jekyll-cache
1415
.jekyll-metadata
16+
.jekyll-cache
1517
_site
1618
.sass-cache

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.csv
2+
*.html
3+
*.md

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ We encourage you to read this project's CONTRIBUTING policy (you are here), its
88

99
If you have any questions or want to read more, check out the [18F Open Source Policy GitHub repository](https://github.com/18f/open-source-policy), or just [shoot us an email](mailto:18f@gsa.gov).
1010

11+
## Updating the U.S. Web Design System
12+
13+
Run `rake update`
14+
1115
## Releasing a new version
1216

1317
1. Update the gem version in [`uswds-jekyll.gemspec`](https://github.com/18F/uswds-jekyll/blob/master/uswds-jekyll.gemspec)

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
uswds-jekyll (4.2.0)
5-
jekyll (>= 3.4, < 5)
4+
uswds-jekyll (5.0.0)
5+
jekyll (>= 4.0, < 5)
66

77
GEM
88
remote: https://rubygems.org/
@@ -78,4 +78,4 @@ DEPENDENCIES
7878
uswds-jekyll!
7979

8080
BUNDLED WITH
81-
1.17.3
81+
2.1.4

0 commit comments

Comments
 (0)