Move favicons into web/resources to keep base directory clean
This commit is contained in:
parent
5c35d7e894
commit
a177b21e85
|
@ -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},
|
||||
* });
|
||||
*/
|
||||
|
|
|
@ -52,9 +52,8 @@ statics
|
|||
'library.htm',
|
||||
'lib',
|
||||
'web/lib',
|
||||
'web/resources',
|
||||
'web/styles',
|
||||
'favicon.png',
|
||||
'apple-touch-icon.png',
|
||||
], devMapper);
|
||||
|
||||
if(DEV) {
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B |
Loading…
Reference in New Issue