Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    That file is a concatenated version of the CSS available in Jetpack. Indeed, instead of including a separate CSS file for each Jetpack feature, we’ve decided to include only one file, to limit the number of requests made when loading your site.

    You can disable that option by adding the following to your theme’s functions.php file, or to a functionality plugin:

    add_filter( 'jetpack_implode_frontend_css', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable jetpack/css/jetpack.css file ?’ is closed to new replies.