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
I have a couple questions around the implementation here,
Why does it download the optimized css file via HTTP request instead of downloading the optimized media item blob via the SXA IAssetBundler? (I ran into an issue here when using a CDN.)
Sorry been a bit since I checked my github notifications.
With the HTTP request, it was the quickest win I could spot at the time. Just had a look under the hood at Sitecore.XA.Foundation.Theming.Bundler.AssetBundler and your right it looks like you can get to the CSS content directly from the Theme. I hadn't tried it via a CDN to be honest, but I can see how it might cause issues. I'll give this a go when I get a chance.
The certificate disabler is probably something that slipped through in the last re-write. I just removed the RestSharp dependency and its code. I might wrap that certificate disabler in a debug only mode check.
I have a couple questions around the implementation here,
IAssetBundler
? (I ran into an issue here when using a CDN.)Thanks for publishing this module mate.
The text was updated successfully, but these errors were encountered: