gerrit/polygerrit-ui/app
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
..
elements PolyGerrit: Rework script imports 2015-11-12 19:03:09 -05:00
scripts Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
styles Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
test Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
favicon.ico Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00
index.html PolyGerrit: Rework script imports 2015-11-12 19:03:09 -05:00
robots.txt Add the skeleton of a new UI based on Polymer, PolyGerrit 2015-11-09 22:01:28 +00:00