commit | 318504d0eb74f2f9c2967e9865ace6d5b57638c6 | [log] [tgz] |
---|---|---|
author | Viktar Donich <viktard@google.com> | Mon Jul 09 15:07:01 2018 -0700 |
committer | Viktar Donich <viktard@google.com> | Wed Jul 11 11:20:24 2018 -0700 |
tree | af064ac848b991c4e223dd89719f21b025010654 | |
parent | 53dccff17c029459999ff70ac886b80626af634b [diff] |
Use updated polygerrit_plugin BUILD rule Change-Id: Iec7e603a0736cb4ca75a4afbb8b524f684346d91
A plugin that uses CodeMirror to provide a rich code editing experience in PolyGerrit.
This plugin uses polymer-cli to test.
After bower install
, running polymer test -l chrome
will run all tests in Chrome, and running polymer serve
and navigating to http://127.0.0.1:8081/components/codemirror-editor/gr-editor/gr-editor_test.html allows for manual debugging.