Skip to content

Commit 9180984

Browse files
committed
add favicon
1 parent cede4ef commit 9180984

20 files changed

+1480
-1784
lines changed

.DS_Store

0 Bytes
Binary file not shown.

docs/.DS_Store

2 KB
Binary file not shown.

docs/assets/2.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
self.__precacheManifest = [
2+
{
3+
"revision": "f7c602750c5d5e52740b",
4+
"url": "app.styles.css"
5+
},
6+
{
7+
"revision": "89889688147bd7575d6327160d64e760",
8+
"url": "glyphicons-halflings-regular.svg"
9+
},
10+
{
11+
"revision": "b06871f281fee6b241d60582ae9369b9",
12+
"url": "fontawesome-webfont.ttf"
13+
},
14+
{
15+
"revision": "912ec66d7572ff821749319396470bde",
16+
"url": "fontawesome-webfont.svg"
17+
},
18+
{
19+
"revision": "674f50d287a8c48dc19ba404d20fe713",
20+
"url": "fontawesome-webfont.eot"
21+
},
22+
{
23+
"revision": "b202fce44b8008a189e1",
24+
"url": "app.vendor.bundle.js"
25+
},
26+
{
27+
"revision": "f7c602750c5d5e52740b",
28+
"url": "app.bundle.js"
29+
},
30+
{
31+
"revision": "5cedd80fc630e8762096",
32+
"url": "4.bundle.js"
33+
},
34+
{
35+
"revision": "3b8f6251c8d96e4eea5b",
36+
"url": "3.bundle.js"
37+
},
38+
{
39+
"revision": "ce88a0c9d10a8337ed38",
40+
"url": "2.bundle.js"
41+
},
42+
{
43+
"revision": "6659454590c4ad2a7991",
44+
"url": "1.bundle.js"
45+
},
46+
{
47+
"revision": "baaf9e3d4a4bbf814dcc",
48+
"url": "0.bundle.js"
49+
}
50+
];

docs/assets/sw.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.0.1/workbox-sw.js");
15+
16+
importScripts(
17+
"precache-manifest.115b43f26489d4d8ea3c0fbf0e4e6ea8.js"
18+
);
19+
20+
workbox.skipWaiting();
21+
workbox.clientsClaim();
22+
23+
/**
24+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
25+
* requests for URLs in the manifest.
26+
* See https://goo.gl/S9QRab
27+
*/
28+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
29+
workbox.precaching.suppressWarnings();
30+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});

docs/statics/favicon-16x16.png

809 Bytes
Loading

docs/statics/favicon-32x32.png

1.48 KB
Loading

docs/statics/favicon.ico

10.7 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
"redux": "^3.7.2",
203203
"redux-thunk": "^2.2.0",
204204
"serialize-javascript": "^1.4.0",
205+
"serve-favicon": "^2.5.0",
205206
"smoothscroll-polyfill": "^0.4.0",
206207
"styled-components": "^3.2.5"
207208
},

src/front/views/home/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Home extends PureComponent<Props, State> {
5959
<Jumbotron>
6060
<h1>Full ES2015 ReactJS + Redux + graphQL + Apollo + Bootstrap</h1>
6161
<h2>with Hot Reload!!!</h2>
62-
<h2>with React Router (SPA)</h2>
62+
<h2>with React Router (Server Side rendered SPA)</h2>
6363
<h1>Starter</h1>
6464
<p>
6565
<Link className="btn btn-success btn-lg" to={'/about'}>

0 commit comments

Comments
 (0)