You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support using a resource folder for static resources like styles and scripts. currently the resources are stores as part of the HTML. that is overhead for the reference output and sometimes requires to update all references just because of changing the resource files.
this could also be a customization opportunity for the user because he could change styles and scripts in a single location.
note: enable relative and absolute paths for resource files.
The text was updated successfully, but these errors were encountered:
support using a resource folder for static resources like styles and scripts. currently the resources are stores as part of the HTML. that is overhead for the reference output and sometimes requires to update all references just because of changing the resource files.
this could also be a customization opportunity for the user because he could change styles and scripts in a single location.
note: enable relative and absolute paths for resource files.
The text was updated successfully, but these errors were encountered: