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

[1.3.0]nosuffix=true not works #39

Closed iron9light closed 12 years ago

iron9light commented 12 years ago

When I set <nosuffix>true</nosuffix> I can see the log showing the compress results. But all the css and js files are not changed in my target folder and *.war.

Event I set <force>true</force>

davidB commented 12 years ago

see https://github.com/davidB/yuicompressor-maven-plugin/wiki/FAQ Re-open the ticket if it doesn't fix your issue