Skip to content

Commit 8607320

Browse files
committed
feat: Added favicon + compression
1 parent 4ee94fd commit 8607320

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

favicon.ico

1.12 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 0",
8-
"build": "cpy index.html build/ && uglifyjs --output build/index.min.js --compress --mangle -- index.js"
8+
"build": "cpy index.html build/ && cpy favicon.ico build/ && uglifyjs --output build/index.min.js --compress --mangle --toplevel -- index.js"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)