From 9ab83a6fe36b409e92913a2fcf4cd634206a260b Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Tue, 2 Sep 2014 12:00:08 -0400 Subject: [PATCH] cross browser woes --- TODO | 4 +- bower.json | 8 +-- build/gui.html | 22 ++----- demo.html | 2 - elements/Gui.js | 3 +- .../controller-boolean.styl | 2 +- examples/index.html | 17 +++--- gui.html | 2 +- gulpfile.js | 60 ++++++++++++------- package.json | 6 +- test/runner.html | 35 ----------- tests/test.js | 29 +++++++++ 12 files changed, 90 insertions(+), 100 deletions(-) delete mode 100644 test/runner.html create mode 100644 tests/test.js diff --git a/TODO b/TODO index 6766aa8..fb44361 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,8 @@ - [ ] folders -- [ ] string controller -- [ ] boolean controller - [ ] function controller - [ ] color controller +- [x] string controller +- [x] boolean controller diff --git a/bower.json b/bower.json index 08604f0..0b348b5 100644 --- a/bower.json +++ b/bower.json @@ -13,14 +13,10 @@ "ignore": [ "**/.*", "node_modules", - "components", - "test", - "tests" + "tests", + "docs" ], "dependencies": { "polymer": "Polymer/polymer#~0.3.5" - }, - "devDependencies": { - "underscore": "~1.6.0" } } diff --git a/build/gui.html b/build/gui.html index ec1fa5d..ec856da 100644 --- a/build/gui.html +++ b/build/gui.html @@ -1,20 +1,4 @@ - + +})( this ); + +