We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The build process is handled by Composer (you guessed differently huh?)
You first need to install Composer. Run:
curl -sS https://getcomposer.org/installer | php
or
php -r "readfile('https://getcomposer.org/installer');" | php
from your command line to install composer.phar.
Then to build it, run:
./make.sh
php composer.phar archive --format=zip
from your command line.
You should have a clean copy of the plugin on your parent directory.