1.9.5 • Published 7 years ago

bce v1.9.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Use the bce --help command for more detailed task information.

Installing

$ npm install -g bce

Note: You should install ionic(v2.1.13) first.

Setup bce webAPP

$ bce setup bceApp

This command will:

Build common css and webpack Dll file

$ bce buildCommon

This command will:

  • build common css into www/lib/ionic.css
  • build common js into www/lib/ionic.js
  • write a manifest json file named ionic-manifest.json which contains mappings from real request to module id

Hot Code Push Plugin CLI

build hcp.json and hcp.manifest

$ bce hcp build [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to prepare project for deployment and to generate plugin specific configuration files inside www folder:

  • hcp.json - holds release related information.
  • hcp.manifest - holds information about web project files: their names (relative paths) and hashes.

deploy www files to BOS

$ bce hcp deploy [www_directory]
  • [www_directory] - path to the directory with your web project. If not specified - www is used.

Command is used to upload all www file to bos bucket.

1.9.5

7 years ago

1.9.4

7 years ago

1.9.3

7 years ago

1.9.2

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago