Skip to content

Commit d4a6444

Browse files
committed
add favicon
1 parent 852527b commit d4a6444

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

dist/favicon.ico

766 Bytes
Binary file not shown.

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>angular-swagger-ui sample</title>
66
<meta name="viewport" content="width=device-width">
7+
<link rel="icon" href="favicon.ico">
78
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
89
<link rel="stylesheet" href="css/swagger-ui.min.css">
910
</head>

grunt/options/clean.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
dot: true,
88
src: [
99
'dist/{,*/}*',
10-
'!dist/index.html'
10+
'!dist/index.html',
11+
'!dist/favicon.ico'
1112
]
1213
}]
1314
},

src/favicon.ico

766 Bytes
Binary file not shown.

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="utf-8">
55
<title>angular-swagger-ui sample</title>
66
<meta name="viewport" content="width=device-width">
7+
<link rel="icon" href="favicon.ico">
78
<link rel="stylesheet" href="css/bootstrap.css">
89
<link rel="stylesheet" href="css/swagger-ui.css">
910
</head>

0 commit comments

Comments
 (0)