Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elisa/remove webpack #698

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defaults:
values:
sitemap: true

content:
content:
supported_diseases:
- COVID-19
- Flu A
Expand All @@ -71,7 +71,7 @@ content:
- South Carolina
- Texas
- US Virgin Islands

exclude:
- .jekyll-cache/
- .sass-cache/
Expand All @@ -89,14 +89,12 @@ exclude:
- README.md
- scripts/
- vendor/
- webpack.config.js
- artifact/
- artifact.zip
- lighthouse
- release-notes.txt
- spec/
- assets/js/uswds.js
- webpack/
- e2e/
- tests_output/
- geckodriver.log
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"serve": "bundle exec jekyll serve --livereload --config _config.yml",
"setup": "npm run uswds-copy-assets && npm run uswds-build-sass",
"build-webpack": "./node_modules/.bin/webpack",
"uswds-build-sass": "gulp build-sass",
"uswds-build-app": "gulp build-app",
"uswds-copy-assets": "npm run uswds-copy-fonts && npm run copy-subset-fonts && npm run uswds-copy-img",
Expand Down Expand Up @@ -75,8 +74,6 @@
"uncss": "^0.17.3",
"uswds": "^2.14.0",
"uswds-gulp": "github:uswds/uswds-gulp",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"yargs": "17.7.2"
},
"resolutions": {
Expand Down
Loading
Loading