Learnosity / learnosity-sdk-php

Learnosity SDK for PHP
Apache License 2.0
10 stars 10 forks source link

Updating the Makefile to have the following changes: #30

Closed ekcolysp closed 6 years ago

ekcolysp commented 6 years ago

There are 3 ways the SDK can be imported, direct github clone, require from composer or download the pre-packaged zip. The scenario where we enable rebuild the zip file from the pre-packaged zip is one that may lead to more questions than answers. This change remove the ability to rebuild as the zip file can be re-downloaded instead.

Previously, clean does not remove old zip files as it only act on the dist zip. Since we commit the zip file, the next iteration of packaging will not remove the previous zip file. The change here is to remove all zip files.