-
Install bt-test using WebIDE
-
If you have full gaia codebase, you could symbolically link bt-test to gaia/outoftree_apps folder
$> cd path/to/gaia
$> mkdir outoftree_apps # create outoftree_apps folder if you don't have one
$> cd outoftree_apps
$> ln -s path/to/bt-test bt-test
Then building gaia in engineer build, you'll have bt-test installed in your runtime or device.
- Prerequisite
$> npm install -g gulp bower
$> npm install
$> gulp build
- lint-as-you-save or hint-as-you-save
$> gulp
- refresh 3rd party library and rebuild, a.k.a. clean build
$> gulp clean; gulp build
- refresh bower package:
bluetooth_manager
only and rebuild
$> gulp build-dev
$> gulp docs
document is generated at docs/
.
$> gulp test