Assets
Special endpoint dedicated for static resources like css, js, images, fonts, etc.
Files are limited to specific extensions and are served from the application marked as UI
or from the "system files".
Allowed extensions .css, .html, .js, .pdf, .json, .ico, .woff, .woff2, .ttf, .otf, .jpg, .png, .svg
Example
HTTP | |
---|---|
- Verify if the file
\css\site.css
exists in "system files" - If it exists, verify if the minified version
\css\site.min.css
is available. - Verify if the file
\css\site.css
exists in the first application marked as UI. - If it exists, check if the minified version
\css\site.min.css
is available.
Serve last found file.