Skip to content

Commit eb39a6e

Browse files
authored
Merge pull request #15233 from craftcms/feature/icon-script
copyicons script
2 parents 2c3e95a + cd90aa0 commit eb39a6e

File tree

1,291 files changed

+2709
-1327
lines changed

Some content is hidden

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

1,291 files changed

+2709
-1327
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/package.json export-ignore
2828
/packages/ export-ignore
2929
/phpstan.neon export-ignore
30+
/scripts/ export-ignore
3031
/src/web/assets/**/src/ export-ignore
3132
/stubs/ export-ignore
3233
/tests/ export-ignore

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@fortawesome:registry=https://npm.fontawesome.com/
2+
@awesome.me:registry=https://npm.fontawesome.com/
3+
//npm.fontawesome.com/:_authToken=${CRAFT_FONTAWESOME_TOKEN}

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
}
116116
},
117117
"scripts": {
118+
"copy-icons": "php ./scripts/copyicons.php",
118119
"check-cs": "ecs check --ansi",
119120
"fix-cs": "ecs check --ansi --fix",
120121
"codecept-build": "codecept build",

package-lock.json

+37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"extends @craftcms/browserslist-config"
2222
],
2323
"devDependencies": {
24+
"@awesome.me/kit-ddaed3f5c5": "^1.0.35",
2425
"@craftcms/webpack": "file:packages/craftcms-webpack",
2526
"@playwright/test": "^1.19.2",
2627
"husky": "^8.0.3",

0 commit comments

Comments
 (0)