Skip to content

Commit

Permalink
Merge pull request #15233 from craftcms/feature/icon-script
Browse files Browse the repository at this point in the history
copyicons script
  • Loading branch information
brandonkelly committed Jun 20, 2024
2 parents 2c3e95a + cd90aa0 commit eb39a6e
Show file tree
Hide file tree
Showing 1,291 changed files with 2,709 additions and 1,327 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
/package.json export-ignore
/packages/ export-ignore
/phpstan.neon export-ignore
/scripts/ export-ignore
/src/web/assets/**/src/ export-ignore
/stubs/ export-ignore
/tests/ export-ignore
Expand Down
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@fortawesome:registry=https://npm.fontawesome.com/
@awesome.me:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${CRAFT_FONTAWESOME_TOKEN}
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
}
},
"scripts": {
"copy-icons": "php ./scripts/copyicons.php",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"codecept-build": "codecept build",
Expand Down
37 changes: 37 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"extends @craftcms/browserslist-config"
],
"devDependencies": {
"@awesome.me/kit-ddaed3f5c5": "^1.0.35",
"@craftcms/webpack": "file:packages/craftcms-webpack",
"@playwright/test": "^1.19.2",
"husky": "^8.0.3",
Expand Down

0 comments on commit eb39a6e

Please sign in to comment.