PolyGerrit: Remove gulp-specific comments from index.html

Change-Id: Ifdaaa2b95d9908df031ac51be06a54e731f05eaa
This commit is contained in:
Dave Borowitz 2015-12-04 13:18:59 -05:00
parent 51d7568b6c
commit 6fc269e537

View File

@ -21,24 +21,9 @@ limitations under the License.
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PolyGerrit</title>
<!-- build:css /styles/main.css -->
<link rel="stylesheet" href="/styles/main.css">
<!-- endbuild-->
<!-- build:js /bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- Use Shadow DOM where supported.
https://www.polymer-project.org/1.0/docs/devguide/settings.html -->
<!--<script>
window.Polymer = window.Polymer || {};
window.Polymer.dom = 'shadow';
</script>-->
<!-- will be replaced with elements/gr-app.vulcanized.html -->
<link rel="import" href="/elements/gr-app.html">
<!-- endreplace-->
<body unresolved>
<gr-app id="app"></gr-app>