Skip to content
fkei edited this page Dec 20, 2013 · 1 revision

Summary

Beez本体をビルドする方法を紹介します。

事前に、Install を参照し、Beezのインストールを行ってください。

build

$ git clone https://github.com/CyberAgent/beez.git
$ cd beez

$ git submodule init # beez-ua(libs/beez-ua)がgitサブモジュールで登録されていますのでそれをcloneします。
$ git submodule update

$ npm install .

$ make

リリース物

release/beez.js, release/beez.min.js, docs, report が生成されています。

jsdoc(jsdoc3)

$ make jsdoc # access browser : ./docs/index.html

report(plato)

$ make report # access browser : ./report/index.html

jshint

$ make jshint

Clone this wiki locally