Skip to content

Building the plugin

Benjamin Intal edited this page Feb 22, 2015 · 2 revisions

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

or

php composer.phar archive --format=zip

from your command line.

You should have a clean copy of the plugin on your parent directory.