diff options
author | Vitaly Takmazov | 2018-03-27 22:13:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-27 22:22:35 +0300 |
commit | 13237626f3956d93a91a94bee6fee6aa86134a06 (patch) | |
tree | 50634fdfb2fddc924d60be18886184f49b2f7115 /juick-www/src/main/resources/static | |
parent | cc551432bf80e4466b92c42a77a094f31408abeb (diff) |
www: spring boot autoconfigured static resources
+ cache busting using Spring
Diffstat (limited to 'juick-www/src/main/resources/static')
-rw-r--r-- | juick-www/src/main/resources/static/favicon.png | bin | 0 -> 244 bytes |
-rw-r--r-- | juick-www/src/main/resources/static/logo.png | bin | 0 -> 1184 bytes |
-rw-r--r-- | juick-www/src/main/resources/static/tagscloud.png | bin | 0 -> 42316 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/juick-www/src/main/resources/static/favicon.png b/juick-www/src/main/resources/static/favicon.png Binary files differnew file mode 100644 index 00000000..bc7161e2 --- /dev/null +++ b/juick-www/src/main/resources/static/favicon.png diff --git a/juick-www/src/main/resources/static/logo.png b/juick-www/src/main/resources/static/logo.png Binary files differnew file mode 100644 index 00000000..933f6099 --- /dev/null +++ b/juick-www/src/main/resources/static/logo.png diff --git a/juick-www/src/main/resources/static/tagscloud.png b/juick-www/src/main/resources/static/tagscloud.png Binary files differnew file mode 100644 index 00000000..3e1bf169 --- /dev/null +++ b/juick-www/src/main/resources/static/tagscloud.png |