当一个资产没有加载时,这不应该干扰其他资产(整个CDN)

时间:2016-06-13 04:51:13

标签: html ruby-on-rails assets cdn cloudinary

在页面上,我通过CDN链接到多个资产,并且还使用Cloudinary来操作我的图像文件。换句话说,代码如下所示:

<%= cl_image_tag "Logo white.png" %>
<%= stylesheet_link_tag 'https://something.css' %>

最近,我注意到css链接已被破坏,但它被破坏的事实干扰了Cloudinary,因此无法加载图像。有没有办法防止这种行为?有些东西可以确保即使某些资产没有加载,其他东西也会运行?

0 个答案:

没有答案