Dec 24 2016 04:03 AM
We have created some custom SharePoint hosted add-ins and added them on to a Page. These add-ins have some custom styles that are common however, they are not shared.
Is there a way by which I can put these custom styles in a common location (i.e. outside the add-in web) and access the same file across these different addins? I also dont want to load the shared css file to to be loaded indidvidually for each of the add-ins?
Thanks
Dec 25 2016 11:40 AM
Try the Office 365 Public CDN:
https://dev.office.com/blogs/office-365-public-cdn-developer-preview-release
Dec 26 2016 08:21 AM