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
Hi, thank you for the project, im trying to implement it but when it runs I don't see any feedback/errors (added CRITICAL_CSS_VERBOSE in settings just in case to no avail), but the only thing that renders is a normal link to my css file:
template: {% critical_css "css/style2.css" %}
rendered on page:
Is there another flag to activate the debug and see if there is any issue that could be fixed?
-- Just adding that on DB I got NULL on CSS, and can access directly and generate critical via the penthouse service.
Thank you!
The text was updated successfully, but these errors were encountered:
Have you set the PENTHOUSE_URL in your settings?
Do you get the correct result (your critical css) after manually calling the service?
http://<PENTHOUSE_URL>/?url=&css=
(you can find more details on penthouse service here: https://github.com/moccu/penthouse-service)
Hi, thank you for the project, im trying to implement it but when it runs I don't see any feedback/errors (added CRITICAL_CSS_VERBOSE in settings just in case to no avail), but the only thing that renders is a normal link to my css file:
template: {% critical_css "css/style2.css" %}
rendered on page:
Is there another flag to activate the debug and see if there is any issue that could be fixed?
-- Just adding that on DB I got NULL on CSS, and can access directly and generate critical via the penthouse service.
Thank you!
The text was updated successfully, but these errors were encountered: