xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

Dependency Minification conflicts with sanchothefat/wp-less #55

Open lkraav opened 10 years ago

lkraav commented 10 years ago

DM minifies the original .less file, instead of the compiled .css of wp-less output. Trying to see what to do about this.

lkraav commented 10 years ago

DM goes through 'print_styles_array' filter, wp-less uses 'style_loader_src' filter. Looks like operation ordering issue.