davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

CSS aggregate: remove @import #56

Open aakhmerov opened 11 years ago

aakhmerov commented 11 years ago

some css files might contain reference to other css files i.e: @import "slider.css" screen; would be nice to have parameter that will remove those lines of code during aggregation.