Skip to content

Building of a package

holyshared edited this page Jan 12, 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").

A required package

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

Registration of a package

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

Clone this wiki locally