Replace debugmode in build task

This commit is contained in:
Robin Linus 2015-12-31 00:42:27 +01:00
parent 725fb96408
commit 3b4784e8eb
2 changed files with 6 additions and 4 deletions

View file

@ -37,11 +37,9 @@
<!-- 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>