Ben Zörb

Results 91 comments of Ben Zörb

Hey @manoj-krishnan. Thanks for using `grunt-critical`. Currently i've no idea what could cause the issue. I'll have to investigate a bit as soon as i have some time to work...

I Think this is related to https://github.com/addyosmani/critical/issues/208

@nachogarcia: Thanks for reporting this. I don't have free time to work on this at the moment. If you like you can open a PR for this to speed things...

Thanks for reporting @hdwebpros. This seems to be an error over at critical which i‘ve encountered recently. Already searching for a fix ;)

try ``` js files: [ {cwd: '.', src: ['*.html'], dest: 'dist'} ] ```

@deanhume pr landed. ``` javascript src: '*.html', dest: 'dist/' ``` should work as expected. Wanna give it a try?

@deanhume more detail please ;) I'm not able to reproduce the call stack error on my side.

@michaelthorne thanks for the debugging :) I hope to have some time within the next days to provide a fix

@whats1thingnow that's true. Critical also supports an `extract`option which removes the critical css from the source stylesheets. Keep in mind that this option might create different source stylesheets for different...