Description
The files that can be accessed from outside are also strictly separated, with a few exceptions.
So that the URL's of the files from the application area are not too long, these are stored directly in the out directory.
All files from the administration area are stored here in the admin directory.
Developers of public apps must ensure that the data from the app admin area is also stored here.
To avoid duplicate files, JavaScript files, JavaScript libraries and jQuery plugins which could be used by both areas should be placed directly in the out/js directory.