Skip to content

Building of a package

holyshared edited this page Jan 13, 2012 · 29 revisions

Building of a package

Here, the method of building of Presentation.js is explained.
Please choose the method of building appropriate for the purpose.

[packager] (https://github.com/kamicane/packager "packager") is needed for building of Presentation.js.
When building in the Windows environment, Please apply the patch of [Win32 platform patch] (https://github.com/ibolmo/packager/commit/674d31bfc94ebc4bdcb514f9ee7d8181b2a5debe "Win32 platform patch").

Step1. A required package is prepared.

The following command is inputted and a repository is reproduced.

cd path/to/
mkdir repos
git clone git://github.com/holyshared/Presentation.git
git clone git://github.com/holyshared/Presentation.Bootstrap.git
git clone git://github.com/holyshared/Helper.git
git clone git://github.com/holyshared/Moostrap.git
git clone git://github.com/cpojer/PowerTools.git

Step2. Preparation of packager

The following command is inputted and a repository is reproduced.

git clone git://github.com/kamicane/packager.git

Step3. Registration of a package

A package is registered by the register command.

php packager register /path/to/Presentation/package.yml
php packager register /path/to/Presentation.Bootstrap/package.yml
php packager register /path/to/Helper/package.yml
php packager register /path/to/Moostrap/package.yml
php packager register /path/to/PowerTools/custom-event/package.yml
php packager register /path/to/PowerTools/mobile/package.yml

Step4. Building of a package

Please build as the following page in accordance with the purpose.

Clone this wiki locally