Skip to content

Commit

Permalink
Loader: Add favicon link for /static/favicon.ico (#811)
Browse files Browse the repository at this point in the history
* Fix link for `@misk/` resources
  • Loading branch information
adrw committed Mar 2, 2019
1 parent 5fe327e commit 4aec797
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
Expand Up @@ -47,7 +47,7 @@ class AdminDashboardModule(val environment: Environment) : KAbstractModule() {
slug = "@misk",
web_proxy_url = "http://localhost:9100/",
url_path_prefix = "/@misk/",
resourcePath = "classpath:/web/@misk/"
resourcePath = "classpath:/web/_tab/loader/@misk/"
))

// Config
Expand Down
1 change: 1 addition & 0 deletions misk/web/tabs/loader/src/index.html
Expand Up @@ -7,6 +7,7 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico" />
</head>

<body>
Expand Down
14 changes: 4 additions & 10 deletions misk/web/tabs/loader/tsconfig.json
Expand Up @@ -29,15 +29,9 @@
"sourceMap": true,
"stripInternal": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
],
"types": [
"node"
]
"typeRoots": ["../node_modules/@types"],
"types": ["node"]
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}
// Generated by @misk/cli.
// Generated by @misk/cli.
2 changes: 1 addition & 1 deletion misk/web/tabs/loader/tslint.json
@@ -1,4 +1,4 @@
{
"extends": "@misk/tslint"
}
// Generated by @misk/cli.
// Generated by @misk/cli.

0 comments on commit 4aec797

Please sign in to comment.