Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit ab1824f

Browse files
committed
added favicon for examples
1 parent 9c8fa2e commit ab1824f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/favicon.ico

5.3 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "./node_modules/.bin/jest",
1111
"lint": "./node_modules/.bin/eslint src/**/*",
1212
"examples": "./node_modules/.bin/webpack-dev-server --config examples/webpack.config.js --content-base examples --open --hot",
13-
"build_examples": "./node_modules/.bin/webpack --config examples/webpack.config.js && cp examples/index.html examples/build/ && ./node_modules/.bin/replace-in-file //build//g \"\" examples/build/index.html --isRegex"
13+
"build_examples": "./node_modules/.bin/webpack --config examples/webpack.config.js && cp examples/favicon.ico examples/build/ && cp examples/index.html examples/build/ && ./node_modules/.bin/replace-in-file //build//g \"\" examples/build/index.html --isRegex"
1414
},
1515
"dependencies": {
1616
"auto-bind": "^1.1.0",

0 commit comments

Comments
 (0)