• Resolved Irina ????

    (@irinashl)


    Do I need to Disable minification of CSS/JS files if these files are already minified on the site (min)?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Raul P.

    (@alignak)

    If all of your files are already minified, you don’t need to enable that setting.
    The plugin will also skip minification for filename.min.js files.

    Thread Starter Irina ????

    (@irinashl)

    Raul,
    Please clarify, if all CSS / JS files on the site are minified (.min.), whether it is necessary to include:
    Enable CSS Processing [Will enable processing for the settings below]
    Enable JS Processing [Will enable processing for the settings below]

    or include
    Enable CSS Processing and Enable JS Processing
    and as an addition:
    Disable CSS Files Minification and Disable JS Files Minification
    Thanks!

    Plugin Author Raul P.

    (@alignak)

    You can refer to the HELP section for the recommended default settings, anything extra is your choice and will depend on your site.

    I would leave it enabled. If it’s already minified, the plugin will decide to skip it or not on it’s own based on the extension.

    Do note css and js work differently. While CSS will process automatically, for js you need to specify the paths you want it to look for.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minification of CSS/JS files’ is closed to new replies.