abap2UI5 / abap2UI5

Developing UI5 Apps Purely in ABAP
http://www.abap2UI5.org
MIT License
298 stars 59 forks source link

favicon and jsDelivr #876

Closed oblomov-dev closed 9 months ago

oblomov-dev commented 9 months ago

@choper725

checked the favicon demo more in detail, bootstrapping with jsDelivr - interesting idea.

I created a new folder: https://github.com/abap2UI5/abap2UI5/tree/main/resources

The demos can now also load it from here and more files can be added:

image

Never thought about this approach before and also did not tried it out till now, maybe custom controls can also use this folder to load their min-js libraries?

choper725 commented 9 months ago

yes, its a nice feature yet again. well i just put local js data in there because of private network. but this can be an option if you dont want to pull the latest

oblomov-dev commented 9 months ago

yes in private environments unfortunately this does not work, but good to know it now as an additional option.