• I am trying to exclude the custom.css file in my instance of WordPress (minify causing browser specific issues) but have not figured out exactly what to type in the “Scripts to be ignored (not minified)” text box.

    I’ve searched but have not found a direct answer. Maybe I’m missing something here?

    Could you provide steps for getting this to work?

    https://wordpress.org/plugins/bwp-minify/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    Can you try 1.3.0RC1 out?

    http://betterwp.net/332-bwp-minify-1-3-0-rc1-is-available/

    It has a page where you can select what to move to “Scripts to be ignored”. If possible please help me test the Friendly minify url feature too. Thanks.

    Thread Starter CamJor

    (@camjor)

    I can test it out but I am more specifically looking for what exactly do I type in the ‘Scripts to be ignored’ box if I want to exclude a file?

    custom.css
    “custom.css”
    ‘custom.css’

    ?

    Thanks!

    Plugin Author Khang Minh

    (@oddoneout)

    You can take a look at your source code, for CSS files there should be something like <link id="....-css">, the string in ... (which is the handle) is what you need to add to that box.

    Thread Starter CamJor

    (@camjor)

    So would it be the ID?

    for example:

    <link rel=’stylesheet’ id=’avia-style-css’ href=’http://mydomain.com/wp-content/themes/dark/css/style.css?ver=1&#8242; type=’text/css’ media=’all’ />

    I’ve tried to add the ID to the ignore box ‘avia-style-css’ (without quotes) and the file is still being minified.

    Sorry if I’m not understanding you correctly.

    Plugin Author Khang Minh

    (@oddoneout)

    It’s the string in ... in my previous post, which is avia-style (without the -css).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Exclude Single CSS File – Scripts to be ignored’ is closed to new replies.