changeset 1909:5a9952820f9d

more debug js setups Ignore-this: c271d7fc9dff951e91e8e6b22d544646
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 01 Jun 2019 10:56:55 +0000
parents 70078fbe710d
children f974078a82df
files light9/collector/web/index.html light9/effect/sequencer.html light9/web/effects/index.html
diffstat 3 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/web/index.html	Sat Jun 01 10:55:48 2019 +0000
+++ b/light9/collector/web/index.html	Sat Jun 01 10:56:55 2019 +0000
@@ -4,6 +4,10 @@
     <title>collector</title>
     <meta charset="utf-8" />
     <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
+    <script src="/lib/debug/debug-build.js"></script>
+    <script>
+     debug.enable('*');
+    </script>
     <link rel="import" href="/lib/polymer/polymer.html">
     <link rel="import" href="/lib/iron-ajax/iron-ajax.html">
     <link rel="import" href="../rdfdb-synced-graph.html">
--- a/light9/effect/sequencer.html	Sat Jun 01 10:55:48 2019 +0000
+++ b/light9/effect/sequencer.html	Sat Jun 01 10:56:55 2019 +0000
@@ -4,6 +4,10 @@
     <title>effect sequencer</title>
     <meta charset="utf-8" />
     <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
+    <script src="/lib/debug/debug-build.js"></script>
+    <script>
+     debug.enable('*');
+    </script>
     <link rel="import" href="/lib/polymer/polymer.html">
     <link rel="import" href="/lib/iron-ajax/iron-ajax.html">
     <link rel="import" href="../rdfdb-synced-graph.html">
--- a/light9/web/effects/index.html	Sat Jun 01 10:55:48 2019 +0000
+++ b/light9/web/effects/index.html	Sat Jun 01 10:56:55 2019 +0000
@@ -5,6 +5,10 @@
     <meta charset="utf-8" />
     <link rel="stylesheet" href="/style.css">
     <script src="/lib/webcomponentsjs/webcomponents-lite.min.js"></script>
+    <script src="/lib/debug/debug-build.js"></script>
+    <script>
+     debug.enable('*');
+    </script>
     <link rel="import" href="/lib/polymer/polymer.html">
     <link rel="import" href="/lib/iron-ajax/iron-ajax.html">
     <script src="/node_modules/n3/n3-browser.js"></script>