Changed folder structure for static files

This commit is contained in:
JubbeArt 2018-07-14 21:58:04 +02:00
parent 792939860c
commit faf526ab02
7 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -5,4 +5,4 @@
node_modules/
# Generated JS files
dist/
static/js

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -61,10 +61,10 @@ __)|_(_||||||(_|| ) |/\|(_|_) | \ |(_)| )|_
<meta type="author" content="Jesper Wrang">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="/images/favicon.ico" rel="shotcut icon">
<link href="./images/favicon.ico" rel="shotcut icon">
</head>
<body>
<script>console.time('scripts loaded')</script>
<div id="app"></div>
<script src="./js/js/main.js"></script>
</body>
</html>