carlosbuenosvinos / compify

Compify is a tool to save disk usage and bandwith in your composer vendor folder. Maybe you haven't noticed, but if you take a look to your vendor folder after doing a "php composer.phar install" there are so much useless information like tests, ".travis.yml" like files that you just don't need in production.
MIT License
34 stars 1 forks source link

created script to build the phar and updated compify.phar #5

Closed stevleibelt closed 8 years ago

stevleibelt commented 9 years ago

Because of the issue I had opened, I cloned the repositry and check if the error is in the compify code or somewhere else. Quickly I figured out that the compify code is working with "up to date" sources.

Since the "self-update" is downloading a three year old file, I was willing to create a new compify.phar file. To easy up repeating this task, I created a build script.

A little bit strange was the fact, that the '$cleanCommands' are not working anymore. Thats why I replaced this with an, hopefully equal in speed and result, command.

All in all, I could only write "it is working on my machines".

Kind regards and thanks for the tool so far. I would like to introduce this in my company.

stevleibelt commented 8 years ago

any chance to get the pull request accepted?

carlosbuenosvinos commented 8 years ago

Done! Thanks!