From 18a0ea67fc9adb175cff47de37fb1df3efb088ab Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Tue, 2 Aug 2016 23:13:15 +0200 Subject: [PATCH] Added sandbox; Added example overview-page --- Gemfile | 3 +- Gemfile.lock | 2 + _layouts/default.html | 1 + ...mples.html => examples.v1.0.0-beta.1.html} | 1 + assets/sandbox-01.png | Bin 0 -> 23143 bytes assets/sandbox-02.png | Bin 0 -> 22866 bytes assets/sandbox-03.png | Bin 0 -> 238345 bytes assets/scan-multiple-01.png | Bin 0 -> 10468 bytes assets/scan-to-input-01.png | Bin 0 -> 897 bytes stylesheets/styles.css | 91 +++++++++++++++--- v1.0.0-beta.1/examples/file-input/index.html | 2 +- v1.0.0-beta.1/examples/file_input/index.html | 2 +- v1.0.0-beta.1/examples/index.md | 54 ++++++++++- .../examples/live_w_locator/index.html | 2 +- v1.0.0-beta.1/examples/multiple/index.html | 2 +- v1.0.0-beta.1/examples/sandbox/index.html | 22 +++++ .../examples/sandbox/static/bundle.min.js | 20 ++++ .../examples/sandbox/static/icon.png | Bin 0 -> 6022 bytes .../examples/sandbox/static/style.css | 20 ++++ .../examples/scan-to-input/index.html | 2 +- .../examples/static_images/index.html | 2 +- 21 files changed, 198 insertions(+), 28 deletions(-) rename _layouts/{v1.0.0-beta.1/examples.html => examples.v1.0.0-beta.1.html} (86%) create mode 100644 assets/sandbox-01.png create mode 100644 assets/sandbox-02.png create mode 100644 assets/sandbox-03.png create mode 100644 assets/scan-multiple-01.png create mode 100644 assets/scan-to-input-01.png create mode 100644 v1.0.0-beta.1/examples/sandbox/index.html create mode 100644 v1.0.0-beta.1/examples/sandbox/static/bundle.min.js create mode 100644 v1.0.0-beta.1/examples/sandbox/static/icon.png create mode 100644 v1.0.0-beta.1/examples/sandbox/static/style.css diff --git a/Gemfile b/Gemfile index 3a1ebf3..5b2ecbf 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages' \ No newline at end of file +gem 'github-pages' +gem 'wdm','>=0.1.0' if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index a132787..5766779 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,6 +134,7 @@ GEM ethon (>= 0.7.4) tzinfo (1.2.2) thread_safe (~> 0.1) + wdm (0.1.1) yajl-ruby (1.2.1) PLATFORMS @@ -143,6 +144,7 @@ PLATFORMS DEPENDENCIES github-pages + wdm (>= 0.1.0) BUNDLED WITH 1.12.5 diff --git a/_layouts/default.html b/_layouts/default.html index 3818eb7..c0235f4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,6 +46,7 @@ diff --git a/_layouts/v1.0.0-beta.1/examples.html b/_layouts/examples.v1.0.0-beta.1.html similarity index 86% rename from _layouts/v1.0.0-beta.1/examples.html rename to _layouts/examples.v1.0.0-beta.1.html index c862892..88a4698 100644 --- a/_layouts/v1.0.0-beta.1/examples.html +++ b/_layouts/examples.v1.0.0-beta.1.html @@ -5,6 +5,7 @@ layout: default

Examples