Skip to content

Commit

Permalink
[big-dom-generator] Remove non-inclusive language (WebKit#288)
Browse files Browse the repository at this point in the history
* Remove non inclusive language
* Rebuild vue-complex
  • Loading branch information
issackjohn committed Jul 19, 2023
1 parent 5491573 commit 64798bc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 185 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions resources/todomvc/big-dom-generator/dist/app.bundle.js

This file was deleted.

178 changes: 0 additions & 178 deletions resources/todomvc/big-dom-generator/dist/app.bundle.js.LICENSE.txt

This file was deleted.

3 changes: 2 additions & 1 deletion resources/todomvc/big-dom-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"npm": ">=8.19.3"
},
"scripts": {
"build": "webpack --config webpack.prod.js && node dist/app.bundle.js && purgecss -css dist/app.css --content dist/index.html --output=dist/app.css",
"build": "webpack --config webpack.prod.js",
"postbuild": "node dist/app.bundle.js && purgecss -css dist/app.css --content dist/index.html --output=dist/app.css && rm dist/app.bundle.js && rm dist/app.bundle.js.LICENSE.txt",
"dev": "webpack serve --open --config webpack.dev.js",
"serve": "http-server ./dist -p 7002 -c-1 --cors"
},
Expand Down

0 comments on commit 64798bc

Please sign in to comment.