aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-22 15:37:09 +0300
committerGravatar Vitaly Takmazov2017-06-22 16:12:02 +0300
commitaa19744ae40767b2523ac0117792b47e08209cdf (patch)
tree83da69f6998f6cceac8d359f1b0ff566d4148c21 /juick-www/src/main/webapp
parent7928ef38bbca41fdbcff17e78798b91723e2554e (diff)
Webpack 3, chunknames in templates
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/layouts/content.html6
-rw-r--r--juick-www/src/main/webapp/favicon.pngbin244 -> 0 bytes
-rw-r--r--juick-www/src/main/webapp/logo.pngbin1184 -> 0 bytes
-rw-r--r--juick-www/src/main/webapp/tagscloud.pngbin42316 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html
index ea9faa0f..dedfbc30 100644
--- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html
+++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html
@@ -3,13 +3,13 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <script type="text/javascript" src="/scripts.js"></script>
- <link rel="stylesheet" type="text/css" href="/style.css" />
+ <script type="text/javascript" src="/{{ beans.webApp.scriptsUrl }}"></script>
+ <link rel="stylesheet" type="text/css" href="/{{ beans.webApp.styleUrl }}" />
{% block headers %}
{{ headers | default('') | raw }}
{% endblock %}
<title>{{ title | default('Juick') }}</title>
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" href="//i.juick.com/favicon.png" />
</head>
<body id="body">
diff --git a/juick-www/src/main/webapp/favicon.png b/juick-www/src/main/webapp/favicon.png
deleted file mode 100644
index bc7161e2..00000000
--- a/juick-www/src/main/webapp/favicon.png
+++ /dev/null
Binary files differ
diff --git a/juick-www/src/main/webapp/logo.png b/juick-www/src/main/webapp/logo.png
deleted file mode 100644
index 933f6099..00000000
--- a/juick-www/src/main/webapp/logo.png
+++ /dev/null
Binary files differ
diff --git a/juick-www/src/main/webapp/tagscloud.png b/juick-www/src/main/webapp/tagscloud.png
deleted file mode 100644
index 3e1bf169..00000000
--- a/juick-www/src/main/webapp/tagscloud.png
+++ /dev/null
Binary files differ