criticalCSS
criticalCSS copied to clipboard
Finds the Above the Fold CSS for your page, and outputs it into a file
processCritical is converting unicode to in the returned string.
Struggling to integrate the existing example in a test site using Gulp instead of Grunt. Could anyone provide a translated example? Thanks.
I see there is a way to suppress unsigned certs in [PhantomJS CLI](http://phantomjs.org/api/command-line.html), but is there a way to do this directly with CriticalCSS? My local setup has SSL enabled...
This provides the ability to set the ignore-ssl-errors option when calling the Phantomjs command.
Currently if we use `@supports` blocks in the css, our runner won't capture it. We need a special case for them like we do for `@media` I'm afraid. It'd be...
[NPM repo](https://www.npmjs.com/package/criticalcss) was last published 2 years ago but there was a recent merge commit to this repo that updated the script to use Headless Chrome instead of PhantomJS... Any...
Admittedly new to grunt but have come at this from a multitude of different approaches and still getting the below: ``` Running "criticalcss:home" (criticalcss) task Something went wrong with phantomjs......
When I run critical CSS using grunt (`grunt-criticalcss`) I get the following error. This was working up until recently and I know something happened with PhantomJS recently. Anything I can...
Hello. I have installed this package using npm. Trying to run this script in console. I have added to package.json this: ``` ... "scripts": { "criticalcss" : "criticalcss --url=https://my-site.com --file=critical.css"...
Using criticalCSS via the Grunt task, I noticed entities in pseudo-elements' content property are being converted to their associated special characters and, thus, failing to render until the external CSS...