There was an error while loading. Please reload this page.
1 parent 4ee94fd commit 8607320Copy full SHA for 8607320
favicon.ico
1.12 KB
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 0",
8
- "build": "cpy index.html build/ && uglifyjs --output build/index.min.js --compress --mangle -- index.js"
+ "build": "cpy index.html build/ && cpy favicon.ico build/ && uglifyjs --output build/index.min.js --compress --mangle --toplevel -- index.js"
9
},
10
"repository": {
11
"type": "git",
0 commit comments