Buildbot data module is an AngularJS module for Buildbot nine clients.
$ bower install buildbot-data
angular.module('myModule', ['bbData']);
$ npm install
$ gulp
$ npm install
$ karma start
- run
gulp prod
in base (dependencies are installed) - run
gulp prod
in data_module - create symlink from
www/data_module/dist
towww/base/libs/buildbot-data/dist
- run
gulp dev proxy
in base - run
gulp dev
in data_module
$ vi guanlecoja/config.coffee # bump the version manually
$ gulp publish
This will commit and publish a new tag in the bower repository, with the content of your working directory