This repository was archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Cleaning up resources/ folder #131
Copy link
Copy link
Open
Labels
Description
The resources/ folder in the server is a dump for legacy libraries and files which are mostly unused.
server/resources/
├── css
│ ├── error
│ └── reset.css
├── icons
│ ├── accounts.svg
│ ├── actions
│ ├── auth-icons.png
│ ├── filetypes
│ ├── login.png
│ ├── menu
│ ├── modules
│ ├── settings.svg
│ ├── status
│ ├── via_windowicon.png
│ └── viur_logo.png
├── images
│ ├── beta_small.png
│ └── vi_app_logo.png
├── js
│ ├── jquery
│ ├── tiny_mce
│ └── viur-forms.js
└── meta
├── favicon.ico
├── favicon.png
├── humans.txt
├── viur-apple-touch-icon-114x114-precomposed.png
├── viur-apple-touch-icon-144x144-precomposed.png
├── viur-apple-touch-icon-57x57-precomposed.png
├── viur-apple-touch-icon-72x72-precomposed.png
├── viur-apple-touch-icon-precomposed.png
├── viur-apple-touch-startup-image-1496x2048.png
├── viur-apple-touch-startup-image-1536x2008.png
├── viur-apple-touch-startup-image-320x460.png
├── viur-apple-touch-startup-image-640x920.png
├── viur-apple-touch-startup-image-748x1024.png
├── viur-apple-touch-startup-image-768x1004.png
├── viur-logo-error.png
├── viur_micro.gif
└── viur-opengraph-image.png
13 directories, 27 files
It's true that time must be investigated to find out which of these resources are still in use by the server (the error-template, for example!). Anyway, it is important that thinks like tinymce or a jquery-version from 2013 are removed soon, so this ticket is serves as a reminder.
Reactions are currently unavailable