Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 525 Bytes

DEVELOPER.md

File metadata and controls

24 lines (18 loc) · 525 Bytes

Dev

Install dependencies, clear plugin cache, redeploy and restart

cd ~/tmp/kibana-angular-plugin
bower install

cd kibana
rm -rf ./optimize/*
cp -R ~/tmp/kibana-angular-plugin ./src/plugins/
bin/kibana

Release

tar -czf kibana-angular-plugin-v0.0.x.tar.gz --exclude .git --exclude .idea --exclude *.iml --exclude src-noconflict --exclude src --exclude src-min --exclude demo kibana-angular-plugin

Debug scope

  1. Open Firebug
  2. Select HTML
  3. Enter angular.element($0).scope() in console