commit b7a73add5412bf69bbd761bc9055d1a4fbe356b2
parent b1dac708eb8a05abe56a5827a1177c1c71c7df35
Author: Robin Linus <robin_woll@capira.de>
Date: Mon, 28 Dec 2015 23:01:27 +0100
Fix build of index.html
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/app/index.html b/app/index.html
@@ -31,19 +31,21 @@
<!-- 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" async="1"></script>
+ <!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js async foo="1" -->
+ <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- Because this project uses vulcanize this should be your only html import
in this file. All other imports should go in elements.html -->
<link rel="import" href="elements/elements.html" async>
+ <!-- build:js -->
+ <script>
+ window.debug = true;
+ </script>
+ <!-- endbuild -->
</head>
<body class="fullbleed layout vertical" loading>
<script src="scripts/animated-bg.js" inline></script>
- <script>
- window.debug = true;
- </script>
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<connection-wrapper me="{{me}}" loading="{{loading}}" buddies="{{buddies}}"></connection-wrapper>