PolyGerrit: Remove gulp-specific comments from index.html
Change-Id: Ifdaaa2b95d9908df031ac51be06a54e731f05eaa
This commit is contained in:
parent
51d7568b6c
commit
6fc269e537
@ -21,24 +21,9 @@ limitations under the License.
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>PolyGerrit</title>
|
<title>PolyGerrit</title>
|
||||||
|
|
||||||
<!-- build:css /styles/main.css -->
|
|
||||||
<link rel="stylesheet" href="/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>
|
<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">
|
<link rel="import" href="/elements/gr-app.html">
|
||||||
<!-- endreplace-->
|
|
||||||
|
|
||||||
<body unresolved>
|
<body unresolved>
|
||||||
<gr-app id="app"></gr-app>
|
<gr-app id="app"></gr-app>
|
||||||
|
Loading…
Reference in New Issue
Block a user