Skip to content

Commit 529d381

Browse files
committed
move font awesome to svgs
1 parent b974219 commit 529d381

34 files changed

Lines changed: 300 additions & 230 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Install npm and dependencies:
1010

1111
```bash
12-
yarn install
13-
yarn run dev
12+
npm install
13+
npm run dev
1414
```
1515

1616
Install composer dependencies:

first-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir -p storage/framework/sessions
1717
mkdir -p storage/framework/views
1818

1919
# create the manifest.json file
20-
npm build
20+
npm run build
2121

2222

2323
# since Laravel 11 ↓

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "getrector-com",
33
"type": "module",
44
"dependencies": {
5-
"@fortawesome/fontawesome-free": "^6.2",
6-
"@fortawesome/free-brands-svg-icons": "^6.2",
7-
"@fortawesome/free-regular-svg-icons": "^6.2",
8-
"@fortawesome/free-solid-svg-icons": "^6.2",
95
"ajv": "^8.0",
106
"bootstrap": "^5.3",
117
"codemirror": "^5.0.1",
-8.41 KB
Binary file not shown.
-18.6 KB
Binary file not shown.
Lines changed: 41 additions & 0 deletions
Loading
25.6 KB
Loading
-110 KB
Binary file not shown.
42.7 KB
Loading
66.6 KB
Loading

0 commit comments

Comments
 (0)