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

Support for Google Closure Compiler #62

Closed RishikeshDarandale closed 11 years ago

RishikeshDarandale commented 11 years ago

Hi David, I have added support for Google closure compiler to your plugin. This is first time I am contributing to any open source, please review the changes and let me know your review comments.

Thanks Rishi

davidB commented 11 years ago

Thanks, I'll take a look ASAP.

On Sun, May 5, 2013 at 7:35 AM, RishikeshDarandale <notifications@github.com

wrote:

Hi David, I have added support for Google closure compiler to your plugin. This is first time I am contributing to any open source, please review the changes and let me know your review comments.

Thanks

Rishi

You can merge this Pull Request by running

git pull https://github.com/RishikeshDarandale/yuicompressor-maven-plugin master

Or view, comment on, or merge it at:

https://github.com/davidB/yuicompressor-maven-plugin/pull/62 Commit Summary

  • Added support for using google closure compiler

File Changes

  • M pom.xmlhttps://github.com/davidB/yuicompressor-maven-plugin/pull/62/files#diff-0(9)
  • A src/main/java/net_alchim31_maven_googleclosure/GoogleClosureMojo.javahttps://github.com/davidB/yuicompressor-maven-plugin/pull/62/files#diff-1(143)
  • M src/main/java/net_alchim31_maven_yuicompressor/YuiCompressorMojo.javahttps://github.com/davidB/yuicompressor-maven-plugin/pull/62/files#diff-2(134)

Patch Links:

davidB commented 11 years ago

Sorry for late reply, I was busy.

I dislike to reject contribution (especialy for a first time), but I'll not merge your PR.

Why ?

Once again, sorry for taking so much time to reply, continue to contribute ! (and sorry for my rough english, it's not my mother tongue) Feel free to re-open or open and other PR if you have other contribution.