• I am trying to find someway to combine my plugin css/js files, am I able to accomplish that with this plugin?

    Right now I am using W3 Total Cache and their minify/combine settings for my own css/js files. In your experience would this be a better option for minify/combine (my files) over W3?

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

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

    (@oddoneout)

    If you want to “pre-minify” your css/js files (i.e. before you publish your plugin), it’s best to use CLI tools such as uglifyjs, cleancss, etc. On-the-fly minification should only be used for assets you have no control over.

    Thread Starter navyspitfire

    (@navyspitfire)

    Ok thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does this work on plugin js/css files?’ is closed to new replies.