The CSS files that this plugin combines and minifies must be enqueued by using wp enqueue style.
The plugin combines and minifies CSS and writes the output into files in the directory and makes attempts to correct paths for images and fonts.
Features include option to change the CSS if CDN is used option to change how often CSS files get refreshed option to exclude certain CSS files from combining option to turn on off gzip compression option to include Gravity Forms CSS option to turn on debugging...
Upload combine-css folder to the wp-content plugins directory.
You can debug the plugin by activating the option on the settings page and reviewing the error log for details.
You can tell CSS Combine plugin to ignore certain CSS files by using the name of the actual CSS file or providing the theme or plugin name followed by colon and then the CSS file ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added small change to allow plugin to work with Social Wiggle plugin.. 1.1.
Also, it requires directory to be created within the directory the plugin will create the directory automatically if it has the permission to do so.
View the settings page after updating to version 0.4, and it will let you know what commands need to be run, if any..
Read more