gerrit/polygerrit-ui
Dave Borowitz 8c14386ea7 PolyGerrit: Rework script imports
With Buck, we won't easily be able to follow the <!-- build:js -->
directive in index.html to combine multiple .js files into a single
app.js. Instead, move those includes into the top-level component
gr-app.html, so vulcanize will simply inline them. This leaves
index.html as a simple unvulcanized shim that will just load the
polyfills and the top-level app.

After this change, we can vulcanize gr-app.html and just swap out one
path in index.html, otherwise serving it as-is.

Change-Id: I782c4bbd259c03c2d7e2d33342462510a91f32e3
2015-11-12 19:03:09 -05:00
..
app PolyGerrit: Rework script imports 2015-11-12 19:03:09 -05:00
.gitattributes Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
.gitignore Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
bower.json Build bower_components with buck 2015-11-12 19:01:53 -05:00
BUCK Build bower_components with buck 2015-11-12 19:01:53 -05:00
gulpfile.js PolyGerrit: Rework script imports 2015-11-12 19:03:09 -05:00
package.json Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
README.md Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
server.go Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
wct.conf.js Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00

PolyGerrit

For local testing against production data...

npm install
bower install
go run server.go

Then visit http://localhost:8081