From 7d9685ec49dc9dcadcacc37e13c093dfabd62127 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 7 Oct 2015 05:37:59 -0400 Subject: [PATCH] add demo --- .bowerrc | 3 --- bower.json | 5 +++-- demo.html | 39 --------------------------------------- demo/index.html | 24 ++++++++++++++++++++++++ disqus-comments.html | 1 + index.html | 26 ++++++++++++++++++++------ test/basic-test.html | 41 +++++++++++++++++++++++++++++++++++++++++ test/index.html | 27 +++++++++++++++++++++++++++ 8 files changed, 116 insertions(+), 50 deletions(-) delete mode 100644 .bowerrc delete mode 100644 demo.html create mode 100644 demo/index.html create mode 100644 test/basic-test.html create mode 100755 test/index.html diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 93547a5..0000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "../" -} \ No newline at end of file diff --git a/bower.json b/bower.json index 1162eda..133c2cf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "disqus-comments", - "version": "0.1.2", + "version": "0.1.3", "keywords": [ "polymer", "web-components", @@ -12,6 +12,7 @@ "polymer": "Polymer/polymer#^1.0.0" }, "devDependencies": { - "web-component-tester": "Polymer/web-component-tester#^2.0.0" + "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "web-component-tester": "*" } } diff --git a/demo.html b/demo.html deleted file mode 100644 index f82bb2f..0000000 --- a/demo.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - disqus-comments Demo - - - - - - - - - -

disqus-comments

-

Show Disqus comments in your Shadow DOM. Just provide a shortname and you're good to go!

- - - \ No newline at end of file diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 0000000..d9e41bd --- /dev/null +++ b/demo/index.html @@ -0,0 +1,24 @@ + + + + + + + disqus-comments Demo + + + + +

disqus-comments

+

Show Disqus comments in your Shadow DOM. Just provide a shortname and you're good to go!

+ + + diff --git a/disqus-comments.html b/disqus-comments.html index 1747330..2f4363b 100644 --- a/disqus-comments.html +++ b/disqus-comments.html @@ -17,6 +17,7 @@ } @element disqus-comments +@demo demo/index.html @blurb Add a Disqus comment thread to your Shadow DOM. @status alpha @homepage http://elements.divshot.io/disqus-comments diff --git a/index.html b/index.html index d2c53f7..be747ba 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,29 @@ + - - - - + + + + + + - - + + diff --git a/test/basic-test.html b/test/basic-test.html new file mode 100644 index 0000000..e70944f --- /dev/null +++ b/test/basic-test.html @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/index.html b/test/index.html new file mode 100755 index 0000000..eb77239 --- /dev/null +++ b/test/index.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + +