ayld / Facade

Facade significantly minimizes the space used by your project's /lib
ayld.github.io/Facade
GNU General Public License v2.0
3 stars 3 forks source link

The minimizer should clean after itself #40

Closed ayld closed 10 years ago

ayld commented 11 years ago

The minimizer usually uses the OS's temp folder to unzip lib jars. It then uses them to package the facade.jar.

It should remove the extracted folders after the packaging because consecutive runs on the same PC over a different lib will cause significant slowdowns since the resolvers have to query the previous resolution leftovers.

And also it is just leaves a mess after itself currently :)