From 3558faaaae3570a98cd51c64bf7942acf85d9af6 Mon Sep 17 00:00:00 2001 From: Mihai Date: Wed, 2 Aug 2017 09:21:40 +0200 Subject: [PATCH 1/5] This file does more harm than good. Use polyserve for local testing. --- .bowerrc | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 6cbf435..0000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "../" -} \ No newline at end of file From 21bb34cf78f251fd27485d768d325c33a75f8982 Mon Sep 17 00:00:00 2001 From: Mihai Date: Wed, 2 Aug 2017 09:22:50 +0200 Subject: [PATCH 2/5] Upgrade to hybrid element. For https://github.com/Starcounter/RebelsLounge/issues/140 --- README.md | 2 + bower.json | 2 +- index.html | 181 ++++++++++++++++++++++------------------ starcounter-upload.html | 12 +-- 4 files changed, 111 insertions(+), 86 deletions(-) diff --git a/README.md b/README.md index 264a250..36ddba8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Name | Parameters | Description ``` +## Notes +- `starcounter-upload` is a [hybrid element](https://www.polymer-project.org/2.0/docs/devguide/hybrid-elements). ## License diff --git a/bower.json b/bower.json index 3e3d583..3a15b4b 100644 --- a/bower.json +++ b/bower.json @@ -23,6 +23,6 @@ "tests" ], "dependencies": { - "polymer": "^1.5.0" + "polymer": "polymer#1.9 - 2" } } \ No newline at end of file diff --git a/index.html b/index.html index 68f8be9..21c1c36 100644 --- a/index.html +++ b/index.html @@ -23,95 +23,116 @@ - + + +