-
Notifications
You must be signed in to change notification settings - Fork 1
Building of a package
holyshared edited this page Jan 13, 2012
·
29 revisions
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").
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
The following command is inputted and a repository is reproduced.
git clone git://github.com/kamicane/packager.git
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
Please build as the following page in accordance with the purpose.