Skip to content

Commit c6d66d5

Browse files
authored
remove evga codes :(, rip (#29)
Signed-off-by: AaronPinto <10177767+AaronPinto@users.noreply.github.com>
1 parent 419bb13 commit c6d66d5

File tree

9 files changed

+2042
-2883
lines changed

9 files changed

+2042
-2883
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.0.0",
44
"description": "The code for my website, https://aaronslab.dev",
55
"scripts": {
6-
"min_html": "npx html-minifier -c html-minifier.conf --input-dir public --output-dir public --file-ext html",
6+
"min_html": "npx html-minifier-terser -c html-minifier.conf --input-dir public --output-dir public --file-ext html",
77
"min_css": "npx cleancss -o public -O2 --batch-suffix \"\" -b static/*.css",
8-
"inline_css": "npx critical static/index.html -b static -i > public/index.html && npx critical static/iuse.html -b static -i > public/iuse.html && npx critical static/qna.html -b static -i > public/qna.html && npx critical static/evga.html -b static -i > public/evga.html",
8+
"inline_css": "npx critical static/index.html -b static -i > public/index.html && npx critical static/iuse.html -b static -i > public/iuse.html && npx critical static/qna.html -b static -i > public/qna.html",
99
"build": "npm run inline_css && npm run min_html && npm run min_css",
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/AaronPinto/Website#readme",
2222
"devDependencies": {
23-
"clean-css-cli": "^5.6.2",
24-
"critical": "^5.1.1",
25-
"html-minifier": "^4.0.0"
23+
"clean-css-cli": "^5.6.3",
24+
"critical": "^7.2.1",
25+
"html-minifier-terser": "^7.2.0"
2626
}
2727
}

public/associates.webp

-10.5 KB
Binary file not shown.

public/peripherals.webp

-9.75 KB
Binary file not shown.

public/rewards.webp

-7.63 KB
Binary file not shown.

static/evga.html

Lines changed: 0 additions & 50 deletions
This file was deleted.

static/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ <h1>Aaron's Lab</h1>
4040
<a href="/">Home</a>
4141
<a href="/iuse.html">I Use</a>
4242
<a href="/qna.html">Some SW ENG Q&A</a>
43-
<a href="/evga.html">My EVGA Codes</a>
4443
</nav>
4544
</header>
4645
<main>

static/iuse.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ <h1>Aaron's Lab</h1>
2727
<a href="/">Home</a>
2828
<a href="/iuse.html">I Use</a>
2929
<a href="/qna.html">Some SW ENG Q&A</a>
30-
<a href="/evga.html">My EVGA Codes</a>
3130
</nav>
3231
</header>
3332
<main>

static/qna.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ <h1>Aaron's Lab</h1>
2727
<a href="/">Home</a>
2828
<a href="/iuse.html">I Use</a>
2929
<a href="/qna.html">Some SW ENG Q&A</a>
30-
<a href="/evga.html">My EVGA Codes</a>
3130
</nav>
3231
</header>
3332
<main>

0 commit comments

Comments
 (0)