Skip to content

Building of a package

holyshared edited this page Jan 11, 2012 · 29 revisions

Building of a package

Module list

Core

  • Presentation - Presentation

Filter

  • Presentation.Filter - Filter

Helper

  • Presentation.Helper - Helper
  • Presentation.Helper.Controller - Helper.Controller
  • Presentation.Helper.Keyboard - Helper.Keyboard
  • Presentation.Helper.Page - Helper.Page
  • Presentation.Helper.Swipe - Helper.Swipe

Utils

  • Presentation.FullScreen - FullScreen

The method of building

Build incorporating a standard function.

  • Support of a full screen display - yes
  • Support of a contents filter. - yes
  • Support of a GUI controller - yes
  • Support of keyboard operation - yes
  • Support of the representational function of a page - yes
  • Support of swipe operation - no

**The command of building ** php packager build Presentation/Presentation Presentation/FullScreen Presentation/Filter Presentation/Helper Presentation/Helper.Keyboard Presentation/Helper.Page Presentation/Helper.Controller > C:\var\www\git\Presentation\Build\presentation-standard.js

building for iPad

  • Support of a full screen display - yes
  • Support of a contents filter. - yes
  • Support of a GUI controller - yes
  • Support of keyboard operation - yes
  • Support of the representational function of a page - yes
  • Support of swipe operation - yes

**The command of building ** php packager build Presentation/Presentation Presentation/FullScreen Presentation/Filter Presentation/Helper Presentation/Helper.Swipe Presentation/Helper.Keyboard Presentation/Helper.Page Presentation/Helper.Controller > C:\var\www\git\Presentation\Build\presentation-ipad.js

**The command of building ** php packager build Presentation/FullScreen Presentation.Bootstrap/Filter Presentation.Bootstrap/Keyboard Presentation.Bootstrap/Page Presentation.Bootstrap/Controller > C:\var\www\git\Presentation\Build\presentation-bootstrap-standard.js

**The command of building ** php packager build Presentation/FullScreen Presentation.Bootstrap/Filter Presentation.Bootstrap/Keyboard Presentation.Bootstrap/Page Presentation.Bootstrap/Controller Presentation.Bootstrap/Swipe > C:\var\www\git\Presentation\Build\presentation-bootstrap-ipad.js

Clone this wiki locally