File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed
Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments