Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: davidB/yuicompressor-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Silverpeas/silverpeas-ui-compressor-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 10, 2019

  1. Inception of a fork of YUI Compressor Maven Plugin.

    It based upon the Silverpeas's UI Compressor.
    SilverYoCha committed Apr 10, 2019
    Copy the full SHA
    31e795a View commit details
  2. Release 1.6

    SilverYoCha committed Apr 10, 2019
    Copy the full SHA
    fe1de0c View commit details

Commits on May 31, 2024

  1. Copy the full SHA
    14c94c2 View commit details
  2. Copy the full SHA
    5219e41 View commit details
Showing with 89 additions and 307 deletions.
  1. +0 −20 CHANGELOG
  2. +0 −145 README-yuicompressor.txt
  3. +2 −21 README.md
  4. +67 −116 pom.xml
  5. +10 −2 src/it/demo01/pom.xml
  6. +1 −1 src/it/demo01/src/main/webapp/static/uni-form.jquery.js
  7. +1 −1 src/it/issue19/pom.xml
  8. +8 −1 src/main/java/net_alchim31_maven_yuicompressor/Aggregation.java
20 changes: 0 additions & 20 deletions CHANGELOG

This file was deleted.

145 changes: 0 additions & 145 deletions README-yuicompressor.txt

This file was deleted.

23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,10 @@
<html>
<a href='http://www.pledgie.com/campaigns/13361'><img alt='Click here to lend your support to: yuicompressor-maven-plugin and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/13361.png?skin_name=chrome' border='0' /></a>
</html>
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=davidB&url=https://github.com/davidB/yuicompressor-maven-plugin&title=yuicompressor-maven-plugin&language=&tags=github&category=software)
This is a fork of https://github.com/davidB/yuicompressor-maven-plugin project.
It is based upon the Silverpeas's UI Compressor which is a fork of YUI Compressor.

# Overview

Maven's plugin to compress (minify/obfuscate/aggregate) JavaScript and CSS files using [YUI Compressor](http://developer.yahoo.com/yui/compressor/)

# Documentation

Full documentation is available under following link: http://davidb.github.com/yuicompressor-maven-plugin/

Summary of the project history can be found in [CHANGELOG](https://github.com/davidB/yuicompressor-maven-plugin/blob/master/CHANGELOG)

# Issues

Found a bug? Have an idea? Report it to the [issue tracker](https://github.com/davidB/yuicompressor-maven-plugin/issues?state=open)


# Developers

* [David Bernard](https://github.com/davidB)
* [Piotr Kuczynski](https://github.com/pkuczynski)


# License

This project is available under the [Creative Commons GNU LGPL, Version 2.1](http://creativecommons.org/licenses/LGPL/2.1/).
Loading