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
Hello Peter,
thank you for minimalcss. I'm new with nodejs and I'm trying to use your module to extract critical CSS from an URL. I think it's my mistake but I can not bypass javascript errors. This is the code:
Does the URL https://www.bottadiculo.it/staging/ contain a <link rel="stylesheet" href="https://api.quantcast.mgr.consensu.org/CookieAccess"> or something similar? If so, it needs to be able to open that URL and download its content. If it can't do that, because that URL yields a 404 error, then you'd get that error.
Hello Peter,
thank you for minimalcss. I'm new with nodejs and I'm trying to use your module to extract critical CSS from an URL. I think it's my mistake but I can not bypass javascript errors. This is the code:
And this is the output:
$ nodejs minimalcss.js
Failed the minimize CSS: Error: 404 on https://api.quantcast.mgr.consensu.org/CookieAccess
Can you tell me where am I wrong? And how can I use the viewport for mobile?
I hope in your reply. Thank you so much!
The text was updated successfully, but these errors were encountered: