• I am using this plugin on my most of my sites.

    I know about minify auto and manual mode but I want to use “Never minify the following JS files” inbox given in minify settings.

    So problem is I dont know syntax.

    Where to write full js file path or just js file name or js file name with trailing slashes…

    Please anybody expalin.

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 1 replies (of 1 total)
  • Thread Starter Makarand G. Mane

    (@mkrndmane)

    I found solution in FAQ

    Q : I’m not a hardcore developer, can you explain to me how this // and / stuff works and how I should specify the paths for CSS and JS files?<

    Ans . You mean on the minify settings page right? Ok, it’s simple:
    // tells the plugin to search for the file with the provided path from the document root, e.g.: ///JS/jquery/jquery.JS
    / tells the plugin to search for the file with the provided path from the server root, e.g. //JS/jquery/jquery.JS

    In most cases providing an absolute path is sufficient and most reliable. You can of course use relative paths, but we discourage it unless you really know what you are doing.

Viewing 1 replies (of 1 total)
  • The topic ‘How to write files in Never minify the following JS files inbox’ is closed to new replies.