Skip to content

Commit

Permalink
test static page for keen.bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kasprowicz committed May 29, 2018
1 parent 1ebff1e commit 67a2363
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/demo/bundle.html
@@ -0,0 +1,11 @@
<script src="demo-config.js"></script>

<link href="../../dist/keen.min.css" rel="stylesheet" />
<script src="../../dist/keen.bundle.js"></script>

<script>
Keen.ready(function(){
const client = new Keen(demoConfig);
client.initAutoTracking();
});
</script>

0 comments on commit 67a2363

Please sign in to comment.