Skip to content

Commit 88bfe46

Browse files
committed
other: remove fontawesome
Signed-off-by: Kevin Bimonte <kbimonte@gmail.com>
1 parent 3ae2c8b commit 88bfe46

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

package-lock.json

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"type": "module",
33
"scripts": {
4+
"build:ytt": "ytt -f mkdocs.template.yml -f redirects > mkdocs.yml",
45
"build:scss": "sass --style=compressed src/mwc-theme.scss overrides/assets/stylesheets/mwc-theme.css",
56
"build:mwc": "rollup -c rollup.config.mwc.js",
6-
"build": "npm run build:scss && npm run build:mwc && mkdocs build",
7-
"start": "npm run build:scss && npm run build:mwc && mkdocs serve --livereload"
7+
"build:all": "npm run build:scss && npm run build:mwc && npm run build:ytt",
8+
"build": "npm run build:all && mkdocs build",
9+
"start": "npm run build:all && mkdocs serve --livereload"
810
},
911
"dependencies": {
10-
"@fortawesome/free-brands-svg-icons": "^7.1.0",
1112
"@material/web": "^2.4.1"
1213
},
1314
"devDependencies": {

0 commit comments

Comments
 (0)