Move favicons into web/resources to keep base directory clean

This commit is contained in:
David Evans 2018-05-05 01:29:39 +01:00
parent 5c35d7e894
commit a177b21e85
6 changed files with 6 additions and 7 deletions

View File

@ -79,7 +79,7 @@ function findSamples(content) {
* 'B -> A\n' +
* 'terminators fade'
* ),
* file: 'favicon.png',
* file: 'web/resources/favicon.png',
* size: {height: 16, width: 16},
* });
*/

View File

@ -52,9 +52,8 @@ statics
'library.htm',
'lib',
'web/lib',
'web/resources',
'web/styles',
'favicon.png',
'apple-touch-icon.png',
], devMapper);
if(DEV) {

View File

@ -16,8 +16,8 @@
">
<title>Sequence Diagram</title>
<link rel="icon" href="favicon.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="web/resources/favicon.png">
<link rel="apple-touch-icon" href="web/resources/apple-touch-icon.png">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/codemirror.min.css"

View File

@ -16,8 +16,8 @@
">
<title>Sequence Diagram Library</title>
<link rel="icon" href="favicon.png">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="web/resources/favicon.png">
<link rel="apple-touch-icon" href="web/resources/apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Vollkorn" rel="stylesheet">
<link rel="stylesheet"

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 662 B