You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2017/11/27 09:27:49 UTC

[myfaces-tobago] branch master updated (4af087d -> ed62a84)

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 4af087d  fix checkstyle
     new b1f7bf4  TOBAGO-1827 Markup for render suggest menu directly on component * menu on component is at least as long as the component itself; fix a bug where the menu is too small for the content
     new ed62a84  rebuild themes after update

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tobago-core/src/main/resources/scss/_tobago.scss   |   2 +-
 .../tobago-theme-charlotteville/rebuild-theme.log  | 131 +++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-roxborough/rebuild-theme.log      | 148 ++++++++++++-------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-scarborough/rebuild-theme.log     | 136 ++++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-speyside/rebuild-theme.log        | 134 +++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-standard/rebuild-theme.log        | 158 +++++++++++++--------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 31 files changed, 493 insertions(+), 266 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-tobago] 01/02: TOBAGO-1827 Markup for render suggest menu directly on component * menu on component is at least as long as the component itself; fix a bug where the menu is too small for the content

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b1f7bf44d629d00191bdd1c92dc9585be3994b1a
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 27 09:48:01 2017 +0100

    TOBAGO-1827 Markup for render suggest menu directly on component
    * menu on component is at least as long as the component itself; fix a bug where the menu is too small for the content
---
 tobago-core/src/main/resources/scss/_tobago.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index c6425bc..7bb0eb9 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -1094,7 +1094,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.

[myfaces-tobago] 02/02: rebuild themes after update

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit ed62a84c78684fa4caffaddec6ec0af93e8fcd6c
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 27 10:27:03 2017 +0100

    rebuild themes after update
---
 .../tobago-theme-charlotteville/rebuild-theme.log  | 131 +++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-roxborough/rebuild-theme.log      | 148 ++++++++++++-------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-scarborough/rebuild-theme.log     | 136 ++++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-speyside/rebuild-theme.log        | 134 +++++++++++------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 .../tobago-theme-standard/rebuild-theme.log        | 158 +++++++++++++--------
 .../tobago-bootstrap/_version/css/bootstrap.css    |   2 +-
 .../_version/css/bootstrap.css.map                 |   2 +-
 .../_version/css/bootstrap.min.css                 |   2 +-
 .../_version/css/bootstrap.min.css.map             |   2 +-
 .../tobago-bootstrap/_version/js/bootstrap.min.js  |   2 +-
 30 files changed, 492 insertions(+), 265 deletions(-)

diff --git a/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log b/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
index 4aac832..15e5524 100644
--- a/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
+++ b/tobago-theme/tobago-theme-charlotteville/rebuild-theme.log
@@ -1,4 +1,4 @@
-Build date: 2017-11-24 12:47:57
+Build date: 2017-11-27 10:04:21
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------------------------------------------------------------
@@ -55,14 +55,11 @@ Build date: 2017-11-24 12:47:57
 [INFO] > node install.js
 [INFO] 
 [INFO] PhantomJS not found on PATH
-[INFO] Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-macosx.zip
-[INFO] Saving to /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip
-[INFO] Receiving...
-[INFO] 
-[INFO] Received 16746K total.
+[INFO] Download already available at /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip
+[INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511524131943/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511773504987/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-charlotteville/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -76,7 +73,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] ├─┬ autoprefixer@7.1.6 
 [INFO] │ ├─┬ browserslist@2.9.1 
 [INFO] │ │ └── electron-to-chromium@1.3.27 
-[INFO] │ ├── caniuse-lite@1.0.30000770 
+[INFO] │ ├── caniuse-lite@1.0.30000772 
 [INFO] │ ├── normalize-range@0.1.2 
 [INFO] │ ├── num2fraction@1.2.2 
 [INFO] │ ├─┬ postcss@6.0.14 
@@ -263,6 +260,8 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ └── globals@10.4.0 
 [INFO] │ ├─┬ @babel/types@7.0.0-beta.32 
 [INFO] │ │ └── to-fast-properties@2.0.0 
+[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
+[WARNING] npm WARN postcss-html@0.11.0 requires a peer of postcss-sass@>=0.2.0 but none was installed.
 [INFO] │ └── babylon@7.0.0-beta.32 
 [INFO] ├── babel-plugin-external-helpers@7.0.0-beta.2 
 [INFO] ├── babel-plugin-transform-es2015-modules-strip@0.1.1 
@@ -387,8 +386,8 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ └─┬ shebang-command@1.2.0 
 [INFO] │ │   └── shebang-regex@1.0.0 
 [INFO] │ └── is-windows@1.0.1 
-[INFO] ├─┬ eslint@4.11.0 
-[INFO] │ ├─┬ ajv@5.4.0 
+[INFO] ├─┬ eslint@4.12.0 
+[INFO] │ ├─┬ ajv@5.5.0 
 [INFO] │ │ ├── co@4.6.0 
 [INFO] │ │ ├── fast-deep-equal@1.0.0 
 [INFO] │ │ ├── fast-json-stable-stringify@2.0.0 
@@ -403,14 +402,14 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ ├─┬ concat-stream@1.6.0 
 [INFO] │ │ ├─┬ readable-stream@2.3.3 
 [INFO] │ │ │ ├── core-util-is@1.0.2 
+[INFO] │ │ │ ├── isarray@1.0.0 
 [INFO] │ │ │ ├── process-nextick-args@1.0.7 
 [INFO] │ │ │ ├── string_decoder@1.0.3 
 [INFO] │ │ │ └── util-deprecate@1.0.2 
 [INFO] │ │ └── typedarray@0.0.6 
 [INFO] │ ├─┬ debug@3.1.0 
 [INFO] │ │ └── ms@2.0.0 
-[INFO] │ ├─┬ doctrine@2.0.0 
-[INFO] │ │ └── isarray@1.0.0 
+[INFO] │ ├── doctrine@2.0.2 
 [INFO] │ ├─┬ eslint-scope@3.7.1 
 [INFO] │ │ └── esrecurse@4.2.0 
 [INFO] │ ├─┬ espree@3.5.2 
@@ -425,7 +424,6 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ │ ├── circular-json@0.3.3 
 [INFO] │ │ │ ├─┬ del@2.2.2 
 [INFO] │ │ │ │ ├─┬ globby@5.0.0 
-[INFO] │ │ │ │ │ ├── arrify@1.0.1 
 [INFO] │ │ │ │ │ └── pify@2.3.0 
 [INFO] │ │ │ │ ├── is-path-cwd@1.0.0 
 [INFO] │ │ │ │ ├── is-path-in-cwd@1.0.0 
@@ -433,7 +431,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ │ └── write@0.2.1 
 [INFO] │ │ └── object-assign@4.1.1 
 [INFO] │ ├── functional-red-black-tree@1.0.1 
-[INFO] │ ├── globals@9.18.0 
+[INFO] │ ├── globals@11.0.1 
 [INFO] │ ├── ignore@3.3.7 
 [INFO] │ ├── imurmurhash@0.1.4 
 [INFO] │ ├─┬ inquirer@3.0.6 
@@ -446,7 +444,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ │   └── onetime@2.0.1 
 [INFO] │ │ ├── cli-width@2.2.0 
 [INFO] │ │ ├─┬ external-editor@2.1.0 
-[INFO] │ │ │ ├── chardet@0.4.0 
+[INFO] │ │ │ ├── chardet@0.4.2 
 [INFO] │ │ │ ├── iconv-lite@0.4.19 
 [INFO] │ │ │ └── tmp@0.0.33 
 [INFO] │ │ ├── figures@2.0.0 
@@ -493,7 +491,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ └── text-table@0.2.0 
 [INFO] ├─┬ eslint-plugin-compat@2.1.0 
 [INFO] │ ├── babel-runtime@6.26.0 
-[INFO] │ ├── caniuse-db@1.0.30000770 
+[INFO] │ ├── caniuse-db@1.0.30000772 
 [INFO] │ └── requireindex@1.1.0 
 [INFO] ├─┬ htmllint-cli@0.0.6 
 [INFO] │ ├── bluebird@3.5.1 
@@ -753,8 +751,6 @@ Build date: 2017-11-24 12:47:57
 [INFO] │   │   └─┬ string-width@1.0.2 
 [INFO] │   │     └── is-fullwidth-code-point@1.0.0 
 [INFO] │   ├─┬ configstore@3.1.1 
-[INFO] │   │ ├─┬ dot-prop@4.2.0 
-[INFO] │   │ │ └── is-obj@1.0.1 
 [INFO] │   │ ├─┬ unique-string@1.0.0 
 [INFO] │   │ │ └── crypto-random-string@1.0.0 
 [INFO] │   │ └── write-file-atomic@2.3.0 
@@ -804,7 +800,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] │   ├─┬ define-properties@1.1.2 
 [INFO] │   │ ├── foreach@2.0.5 
 [INFO] │   │ └── object-keys@1.0.11 
-[INFO] │   ├─┬ es-abstract@1.9.0 
+[INFO] │   ├─┬ es-abstract@1.10.0 
 [INFO] │   │ ├─┬ es-to-primitive@1.1.1 
 [INFO] │   │ │ ├── is-date-object@1.0.1 
 [INFO] │   │ │ └── is-symbol@1.0.1 
@@ -934,7 +930,7 @@ Build date: 2017-11-24 12:47:57
 [INFO] ├─┬ shx@0.2.2 
 [INFO] │ ├── es6-object-assign@1.1.0 
 [INFO] │ └── minimist@1.2.0 
-[INFO] ├─┬ stylelint@8.2.0 
+[INFO] ├─┬ stylelint@8.3.1 
 [INFO] │ ├── balanced-match@1.0.0 
 [INFO] │ ├─┬ cosmiconfig@3.1.0 
 [INFO] │ │ ├── is-directory@0.3.1 
@@ -947,8 +943,10 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │   ├── is-regexp@1.0.0 
 [INFO] │ │   └── is-supported-regexp-flag@1.0.0 
 [INFO] │ ├── get-stdin@5.0.1 
-[INFO] │ ├─┬ globby@6.1.0 
-[INFO] │ │ └── pify@2.3.0 
+[INFO] │ ├─┬ globby@7.1.1 
+[INFO] │ │ └─┬ dir-glob@2.0.0 
+[INFO] │ │   ├── arrify@1.0.1 
+[INFO] │ │   └── path-type@3.0.0 
 [INFO] │ ├── globjoin@0.1.4 
 [INFO] │ ├── html-tags@2.0.0 
 [INFO] │ ├── known-css-properties@0.4.1 
@@ -963,11 +961,10 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │ │ │ └─┬ fill-range@2.2.3 
 [INFO] │ │ │ │   ├── is-number@2.1.0 
 [INFO] │ │ │ │   ├── isobject@2.1.0 
-[INFO] │ │ │ │   ├─┬ randomatic@1.1.7 
-[INFO] │ │ │ │   │ ├─┬ is-number@3.0.0 
-[INFO] │ │ │ │   │ │ └── kind-of@3.2.2 
-[INFO] │ │ │ │   │ └── kind-of@4.0.0 
-[INFO] │ │ │ │   └── repeat-string@1.6.1 
+[INFO] │ │ │ │   └─┬ randomatic@1.1.7 
+[INFO] │ │ │ │     ├─┬ is-number@3.0.0 
+[INFO] │ │ │ │     │ └── kind-of@3.2.2 
+[INFO] │ │ │ │     └── kind-of@4.0.0 
 [INFO] │ │ │ ├── preserve@0.2.0 
 [INFO] │ │ │ └── repeat-element@1.1.2 
 [INFO] │ │ ├─┬ expand-brackets@0.1.5 
@@ -990,6 +987,50 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ │     └── is-primitive@2.0.0 
 [INFO] │ ├── normalize-selector@0.2.0 
 [INFO] │ ├── pify@3.0.0 
+[INFO] │ ├─┬ postcss-html@0.11.0 
+[INFO] │ │ ├─┬ remark@8.0.0 
+[INFO] │ │ │ ├─┬ remark-parse@4.0.0 
+[INFO] │ │ │ │ ├── collapse-white-space@1.0.3 
+[INFO] │ │ │ │ ├── is-alphabetical@1.0.1 
+[INFO] │ │ │ │ ├── is-decimal@1.0.1 
+[INFO] │ │ │ │ ├── is-whitespace-character@1.0.1 
+[INFO] │ │ │ │ ├── is-word-character@1.0.1 
+[INFO] │ │ │ │ ├── markdown-escapes@1.0.1 
+[INFO] │ │ │ │ ├─┬ parse-entities@1.1.1 
+[INFO] │ │ │ │ │ ├── character-entities@1.2.1 
+[INFO] │ │ │ │ │ ├── character-entities-legacy@1.1.1 
+[INFO] │ │ │ │ │ ├── character-reference-invalid@1.1.1 
+[INFO] │ │ │ │ │ ├── is-alphanumerical@1.0.1 
+[INFO] │ │ │ │ │ └── is-hexadecimal@1.0.1 
+[INFO] │ │ │ │ ├── repeat-string@1.6.1 
+[INFO] │ │ │ │ ├── state-toggle@1.0.0 
+[INFO] │ │ │ │ ├── trim@0.0.1 
+[INFO] │ │ │ │ ├── trim-trailing-lines@1.1.0 
+[INFO] │ │ │ │ ├── unherit@1.1.0 
+[INFO] │ │ │ │ ├─┬ unist-util-remove-position@1.1.1 
+[INFO] │ │ │ │ │ └── unist-util-visit@1.2.0 
+[INFO] │ │ │ │ └── vfile-location@2.0.2 
+[INFO] │ │ │ ├─┬ remark-stringify@4.0.0 
+[INFO] │ │ │ │ ├── ccount@1.0.2 
+[INFO] │ │ │ │ ├── is-alphanumeric@1.0.0 
+[INFO] │ │ │ │ ├── longest-streak@2.0.2 
+[INFO] │ │ │ │ ├── markdown-table@1.1.1 
+[INFO] │ │ │ │ ├─┬ mdast-util-compact@1.0.1 
+[INFO] │ │ │ │ │ └─┬ unist-util-modify-children@1.1.1 
+[INFO] │ │ │ │ │   └── array-iterate@1.1.1 
+[INFO] │ │ │ │ └─┬ stringify-entities@1.3.1 
+[INFO] │ │ │ │   └── character-entities-html4@1.1.1 
+[INFO] │ │ │ └─┬ unified@6.1.6 
+[INFO] │ │ │   ├── bail@1.0.2 
+[INFO] │ │ │   ├── trough@1.0.1 
+[INFO] │ │ │   ├─┬ vfile@2.3.0 
+[INFO] │ │ │   │ ├── replace-ext@1.0.0 
+[INFO] │ │ │   │ ├── unist-util-stringify-position@1.1.1 
+[INFO] │ │ │   │ └── vfile-message@1.0.0 
+[INFO] │ │ │   ├── x-is-function@1.0.4 
+[INFO] │ │ │   └── x-is-string@0.1.0 
+[INFO] │ │ └─┬ unist-util-find-all-after@1.0.1 
+[INFO] │ │   └── unist-util-is@2.1.1 
 [INFO] │ ├─┬ postcss-less@1.1.3 
 [INFO] │ │ └─┬ postcss@5.2.18 
 [INFO] │ │   ├─┬ chalk@1.1.3 
@@ -1001,9 +1042,11 @@ Build date: 2017-11-24 12:47:57
 [INFO] │ ├── postcss-media-query-parser@0.2.3 
 [INFO] │ ├── postcss-resolve-nested-selector@0.1.1 
 [INFO] │ ├── postcss-safe-parser@3.0.1 
+[INFO] │ ├── UNMET PEER DEPENDENCY postcss-sass@>=0.2.0
 [INFO] │ ├── postcss-scss@1.0.2 
-[INFO] │ ├─┬ postcss-selector-parser@2.2.3 
-[INFO] │ │ ├── flatten@1.0.2 
+[INFO] │ ├─┬ postcss-selector-parser@3.1.1 
+[INFO] │ │ ├─┬ dot-prop@4.2.0 
+[INFO] │ │ │ └── is-obj@1.0.1 
 [INFO] │ │ ├── indexes-of@1.0.1 
 [INFO] │ │ └── uniq@1.0.1 
 [INFO] │ ├── resolve-from@4.0.0 
@@ -1020,9 +1063,10 @@ Build date: 2017-11-24 12:47:57
 [INFO] ├── stylelint-config-standard@17.0.0 
 [INFO] ├─┬ stylelint-order@0.7.0 
 [INFO] │ └── postcss-sorting@3.1.0 
-[INFO] ├── stylelint-scss@2.1.0 
-[INFO] ├─┬ uglify-js@3.1.10 
-[INFO] │ ├── commander@2.11.0 
+[INFO] ├─┬ stylelint-scss@2.1.0 
+[INFO] │ └─┬ postcss-selector-parser@2.2.3 
+[INFO] │   └── flatten@1.0.2 
+[INFO] ├─┬ uglify-js@3.2.0 
 [INFO] │ └── source-map@0.6.1 
 [INFO] ├── vnu-jar@17.11.1 
 [INFO] └─┬ workbox-build@2.1.2 
@@ -1036,7 +1080,6 @@ Build date: 2017-11-24 12:47:57
 [INFO]   │ └── lodash.templatesettings@4.1.0 
 [INFO]   └── workbox-sw@2.1.2 
 [INFO] 
-[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #8: npm run css-compile) @ tobago-theme-charlotteville ---
 [INFO] Running 'npm run css-compile' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
@@ -1051,8 +1094,8 @@ Build date: 2017-11-24 12:47:57
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-charlotteville/target/bootstrap/dist/css/bootstrap-grid.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-charlotteville/target/bootstrap/dist/css/bootstrap-grid.css
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote CSS to __CURRENT__/tobago-theme-charlotteville/target/bootstrap/dist/css/bootstrap-reboot.css
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-charlotteville/target/bootstrap/dist/css/bootstrap-reboot.css.map
+[ERROR] Wrote CSS to __CURRENT__/tobago-theme-charlotteville/target/bootstrap/dist/css/bootstrap-reboot.css
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #9: npm run css-prefix) @ tobago-theme-charlotteville ---
 [INFO] Running 'npm run css-prefix' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
@@ -1060,12 +1103,12 @@ Build date: 2017-11-24 12:47:57
 [INFO] > bootstrap@4.0.0-beta.2 css-prefix __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] > postcss --config build/postcss.config.js --replace "dist/css/*.css"
 [INFO] 
-[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.04 s)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.04 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.04 s)
-[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.04 s)
-[ERROR] ✔ Finished dist/css/bootstrap.css (1.04 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.06 s)
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #10: npm run css-minify) @ tobago-theme-charlotteville ---
 [INFO] Running 'npm run css-minify' in __CURRENT__/tobago-theme-charlotteville/target/bootstrap
@@ -1120,8 +1163,8 @@ Build date: 2017-11-24 12:47:57
 [INFO] js/src/tab.js -> js/dist/tab.js
 [INFO] js/src/tooltip.js -> js/dist/tooltip.js
 [INFO] js/src/util.js -> js/dist/util.js
-[ERROR] created dist/js/bootstrap.js in 2.4s
-[ERROR] created dist/js/bootstrap.bundle.js in 2.6s
+[ERROR] created dist/js/bootstrap.js in 2.6s
+[ERROR] created dist/js/bootstrap.bundle.js in 2.8s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-charlotteville/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
@@ -1226,7 +1269,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 01:29 min
-[INFO] Finished at: 2017-11-24T12:49:27+01:00
+[INFO] Total time: 01:19 min
+[INFO] Finished at: 2017-11-27T10:05:42+01:00
 [INFO] Final Memory: 26M/86M
 [INFO] ------------------------------------------------------------------------
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css
index 0d9d08f..0e9bc9b 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css
@@ -9350,7 +9350,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css.map b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css.map
index d71f21d..5eb63a2 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css.map
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
+{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css
index 44ac35b..95df6cb 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css
@@ -3,5 +3,5 @@
  * Copyright 2011-2017 The Bootstrap Authors
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
 /*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css.map b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css.map
index 36368d0..e236a21 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css.map
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/css/bootstrap.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
+{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/js/bootstrap.min.js b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/js/bootstrap.min.js
index 7708113..306541a 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/js/bootstrap.min.js
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/resources/tobago/charlotteville/tobago-bootstrap/_version/js/bootstrap.min.js
@@ -3,5 +3,5 @@
   * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
-var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
+var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
 //# sourceMappingURL=bootstrap.min.js.map
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/rebuild-theme.log b/tobago-theme/tobago-theme-roxborough/rebuild-theme.log
index f8543b0..e95079b 100644
--- a/tobago-theme/tobago-theme-roxborough/rebuild-theme.log
+++ b/tobago-theme/tobago-theme-roxborough/rebuild-theme.log
@@ -1,4 +1,4 @@
-Build date: 2017-11-24 12:49:27
+Build date: 2017-11-27 10:05:42
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------------------------------------------------------------
@@ -59,7 +59,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-roxborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511524222035/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-roxborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511773585691/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-roxborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-roxborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -73,7 +73,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] ├─┬ autoprefixer@7.1.6 
 [INFO] │ ├─┬ browserslist@2.9.1 
 [INFO] │ │ └── electron-to-chromium@1.3.27 
-[INFO] │ ├── caniuse-lite@1.0.30000770 
+[INFO] │ ├── caniuse-lite@1.0.30000772 
 [INFO] │ ├── normalize-range@0.1.2 
 [INFO] │ ├── num2fraction@1.2.2 
 [INFO] │ ├─┬ postcss@6.0.14 
@@ -188,6 +188,8 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ │   │ ├── json-stringify-safe@5.0.1 
 [INFO] │ │ │   │ ├─┬ mime-types@2.1.15 
 [INFO] │ │ │   │ │ └── mime-db@1.27.0 
+[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
+[WARNING] npm WARN postcss-html@0.11.0 requires a peer of postcss-sass@>=0.2.0 but none was installed.
 [INFO] │ │ │   │ ├── oauth-sign@0.8.2 
 [INFO] │ │ │   │ ├── performance-now@0.2.0 
 [INFO] │ │ │   │ ├── qs@6.4.0 
@@ -384,8 +386,8 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ └─┬ shebang-command@1.2.0 
 [INFO] │ │   └── shebang-regex@1.0.0 
 [INFO] │ └── is-windows@1.0.1 
-[INFO] ├─┬ eslint@4.11.0 
-[INFO] │ ├─┬ ajv@5.4.0 
+[INFO] ├─┬ eslint@4.12.0 
+[INFO] │ ├─┬ ajv@5.5.0 
 [INFO] │ │ ├── co@4.6.0 
 [INFO] │ │ ├── fast-deep-equal@1.0.0 
 [INFO] │ │ ├── fast-json-stable-stringify@2.0.0 
@@ -400,14 +402,14 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ ├─┬ concat-stream@1.6.0 
 [INFO] │ │ ├─┬ readable-stream@2.3.3 
 [INFO] │ │ │ ├── core-util-is@1.0.2 
+[INFO] │ │ │ ├── isarray@1.0.0 
 [INFO] │ │ │ ├── process-nextick-args@1.0.7 
 [INFO] │ │ │ ├── string_decoder@1.0.3 
 [INFO] │ │ │ └── util-deprecate@1.0.2 
 [INFO] │ │ └── typedarray@0.0.6 
 [INFO] │ ├─┬ debug@3.1.0 
 [INFO] │ │ └── ms@2.0.0 
-[INFO] │ ├─┬ doctrine@2.0.0 
-[INFO] │ │ └── isarray@1.0.0 
+[INFO] │ ├── doctrine@2.0.2 
 [INFO] │ ├─┬ eslint-scope@3.7.1 
 [INFO] │ │ └── esrecurse@4.2.0 
 [INFO] │ ├─┬ espree@3.5.2 
@@ -422,7 +424,6 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ │ ├── circular-json@0.3.3 
 [INFO] │ │ │ ├─┬ del@2.2.2 
 [INFO] │ │ │ │ ├─┬ globby@5.0.0 
-[INFO] │ │ │ │ │ ├── arrify@1.0.1 
 [INFO] │ │ │ │ │ └── pify@2.3.0 
 [INFO] │ │ │ │ ├── is-path-cwd@1.0.0 
 [INFO] │ │ │ │ ├── is-path-in-cwd@1.0.0 
@@ -430,7 +431,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ │ └── write@0.2.1 
 [INFO] │ │ └── object-assign@4.1.1 
 [INFO] │ ├── functional-red-black-tree@1.0.1 
-[INFO] │ ├── globals@9.18.0 
+[INFO] │ ├── globals@11.0.1 
 [INFO] │ ├── ignore@3.3.7 
 [INFO] │ ├── imurmurhash@0.1.4 
 [INFO] │ ├─┬ inquirer@3.0.6 
@@ -443,7 +444,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ │   └── onetime@2.0.1 
 [INFO] │ │ ├── cli-width@2.2.0 
 [INFO] │ │ ├─┬ external-editor@2.1.0 
-[INFO] │ │ │ ├── chardet@0.4.0 
+[INFO] │ │ │ ├── chardet@0.4.2 
 [INFO] │ │ │ ├── iconv-lite@0.4.19 
 [INFO] │ │ │ └── tmp@0.0.33 
 [INFO] │ │ ├── figures@2.0.0 
@@ -490,7 +491,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ └── text-table@0.2.0 
 [INFO] ├─┬ eslint-plugin-compat@2.1.0 
 [INFO] │ ├── babel-runtime@6.26.0 
-[INFO] │ ├── caniuse-db@1.0.30000770 
+[INFO] │ ├── caniuse-db@1.0.30000772 
 [INFO] │ └── requireindex@1.1.0 
 [INFO] ├─┬ htmllint-cli@0.0.6 
 [INFO] │ ├── bluebird@3.5.1 
@@ -750,8 +751,6 @@ Build date: 2017-11-24 12:49:27
 [INFO] │   │   └─┬ string-width@1.0.2 
 [INFO] │   │     └── is-fullwidth-code-point@1.0.0 
 [INFO] │   ├─┬ configstore@3.1.1 
-[INFO] │   │ ├─┬ dot-prop@4.2.0 
-[INFO] │   │ │ └── is-obj@1.0.1 
 [INFO] │   │ ├─┬ unique-string@1.0.0 
 [INFO] │   │ │ └── crypto-random-string@1.0.0 
 [INFO] │   │ └── write-file-atomic@2.3.0 
@@ -801,7 +800,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] │   ├─┬ define-properties@1.1.2 
 [INFO] │   │ ├── foreach@2.0.5 
 [INFO] │   │ └── object-keys@1.0.11 
-[INFO] │   ├─┬ es-abstract@1.9.0 
+[INFO] │   ├─┬ es-abstract@1.10.0 
 [INFO] │   │ ├─┬ es-to-primitive@1.1.1 
 [INFO] │   │ │ ├── is-date-object@1.0.1 
 [INFO] │   │ │ └── is-symbol@1.0.1 
@@ -931,7 +930,7 @@ Build date: 2017-11-24 12:49:27
 [INFO] ├─┬ shx@0.2.2 
 [INFO] │ ├── es6-object-assign@1.1.0 
 [INFO] │ └── minimist@1.2.0 
-[INFO] ├─┬ stylelint@8.2.0 
+[INFO] ├─┬ stylelint@8.3.1 
 [INFO] │ ├── balanced-match@1.0.0 
 [INFO] │ ├─┬ cosmiconfig@3.1.0 
 [INFO] │ │ ├── is-directory@0.3.1 
@@ -944,8 +943,10 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │   ├── is-regexp@1.0.0 
 [INFO] │ │   └── is-supported-regexp-flag@1.0.0 
 [INFO] │ ├── get-stdin@5.0.1 
-[INFO] │ ├─┬ globby@6.1.0 
-[INFO] │ │ └── pify@2.3.0 
+[INFO] │ ├─┬ globby@7.1.1 
+[INFO] │ │ └─┬ dir-glob@2.0.0 
+[INFO] │ │   ├── arrify@1.0.1 
+[INFO] │ │   └── path-type@3.0.0 
 [INFO] │ ├── globjoin@0.1.4 
 [INFO] │ ├── html-tags@2.0.0 
 [INFO] │ ├── known-css-properties@0.4.1 
@@ -960,11 +961,10 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │ │ │ └─┬ fill-range@2.2.3 
 [INFO] │ │ │ │   ├── is-number@2.1.0 
 [INFO] │ │ │ │   ├── isobject@2.1.0 
-[INFO] │ │ │ │   ├─┬ randomatic@1.1.7 
-[INFO] │ │ │ │   │ ├─┬ is-number@3.0.0 
-[INFO] │ │ │ │   │ │ └── kind-of@3.2.2 
-[INFO] │ │ │ │   │ └── kind-of@4.0.0 
-[INFO] │ │ │ │   └── repeat-string@1.6.1 
+[INFO] │ │ │ │   └─┬ randomatic@1.1.7 
+[INFO] │ │ │ │     ├─┬ is-number@3.0.0 
+[INFO] │ │ │ │     │ └── kind-of@3.2.2 
+[INFO] │ │ │ │     └── kind-of@4.0.0 
 [INFO] │ │ │ ├── preserve@0.2.0 
 [INFO] │ │ │ └── repeat-element@1.1.2 
 [INFO] │ │ ├─┬ expand-brackets@0.1.5 
@@ -987,6 +987,50 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ │     └── is-primitive@2.0.0 
 [INFO] │ ├── normalize-selector@0.2.0 
 [INFO] │ ├── pify@3.0.0 
+[INFO] │ ├─┬ postcss-html@0.11.0 
+[INFO] │ │ ├─┬ remark@8.0.0 
+[INFO] │ │ │ ├─┬ remark-parse@4.0.0 
+[INFO] │ │ │ │ ├── collapse-white-space@1.0.3 
+[INFO] │ │ │ │ ├── is-alphabetical@1.0.1 
+[INFO] │ │ │ │ ├── is-decimal@1.0.1 
+[INFO] │ │ │ │ ├── is-whitespace-character@1.0.1 
+[INFO] │ │ │ │ ├── is-word-character@1.0.1 
+[INFO] │ │ │ │ ├── markdown-escapes@1.0.1 
+[INFO] │ │ │ │ ├─┬ parse-entities@1.1.1 
+[INFO] │ │ │ │ │ ├── character-entities@1.2.1 
+[INFO] │ │ │ │ │ ├── character-entities-legacy@1.1.1 
+[INFO] │ │ │ │ │ ├── character-reference-invalid@1.1.1 
+[INFO] │ │ │ │ │ ├── is-alphanumerical@1.0.1 
+[INFO] │ │ │ │ │ └── is-hexadecimal@1.0.1 
+[INFO] │ │ │ │ ├── repeat-string@1.6.1 
+[INFO] │ │ │ │ ├── state-toggle@1.0.0 
+[INFO] │ │ │ │ ├── trim@0.0.1 
+[INFO] │ │ │ │ ├── trim-trailing-lines@1.1.0 
+[INFO] │ │ │ │ ├── unherit@1.1.0 
+[INFO] │ │ │ │ ├─┬ unist-util-remove-position@1.1.1 
+[INFO] │ │ │ │ │ └── unist-util-visit@1.2.0 
+[INFO] │ │ │ │ └── vfile-location@2.0.2 
+[INFO] │ │ │ ├─┬ remark-stringify@4.0.0 
+[INFO] │ │ │ │ ├── ccount@1.0.2 
+[INFO] │ │ │ │ ├── is-alphanumeric@1.0.0 
+[INFO] │ │ │ │ ├── longest-streak@2.0.2 
+[INFO] │ │ │ │ ├── markdown-table@1.1.1 
+[INFO] │ │ │ │ ├─┬ mdast-util-compact@1.0.1 
+[INFO] │ │ │ │ │ └─┬ unist-util-modify-children@1.1.1 
+[INFO] │ │ │ │ │   └── array-iterate@1.1.1 
+[INFO] │ │ │ │ └─┬ stringify-entities@1.3.1 
+[INFO] │ │ │ │   └── character-entities-html4@1.1.1 
+[INFO] │ │ │ └─┬ unified@6.1.6 
+[INFO] │ │ │   ├── bail@1.0.2 
+[INFO] │ │ │   ├── trough@1.0.1 
+[INFO] │ │ │   ├─┬ vfile@2.3.0 
+[INFO] │ │ │   │ ├── replace-ext@1.0.0 
+[INFO] │ │ │   │ ├── unist-util-stringify-position@1.1.1 
+[INFO] │ │ │   │ └── vfile-message@1.0.0 
+[INFO] │ │ │   ├── x-is-function@1.0.4 
+[INFO] │ │ │   └── x-is-string@0.1.0 
+[INFO] │ │ └─┬ unist-util-find-all-after@1.0.1 
+[INFO] │ │   └── unist-util-is@2.1.1 
 [INFO] │ ├─┬ postcss-less@1.1.3 
 [INFO] │ │ └─┬ postcss@5.2.18 
 [INFO] │ │   ├─┬ chalk@1.1.3 
@@ -998,9 +1042,11 @@ Build date: 2017-11-24 12:49:27
 [INFO] │ ├── postcss-media-query-parser@0.2.3 
 [INFO] │ ├── postcss-resolve-nested-selector@0.1.1 
 [INFO] │ ├── postcss-safe-parser@3.0.1 
+[INFO] │ ├── UNMET PEER DEPENDENCY postcss-sass@>=0.2.0
 [INFO] │ ├── postcss-scss@1.0.2 
-[INFO] │ ├─┬ postcss-selector-parser@2.2.3 
-[INFO] │ │ ├── flatten@1.0.2 
+[INFO] │ ├─┬ postcss-selector-parser@3.1.1 
+[INFO] │ │ ├─┬ dot-prop@4.2.0 
+[INFO] │ │ │ └── is-obj@1.0.1 
 [INFO] │ │ ├── indexes-of@1.0.1 
 [INFO] │ │ └── uniq@1.0.1 
 [INFO] │ ├── resolve-from@4.0.0 
@@ -1017,9 +1063,10 @@ Build date: 2017-11-24 12:49:27
 [INFO] ├── stylelint-config-standard@17.0.0 
 [INFO] ├─┬ stylelint-order@0.7.0 
 [INFO] │ └── postcss-sorting@3.1.0 
-[INFO] ├── stylelint-scss@2.1.0 
-[INFO] ├─┬ uglify-js@3.1.10 
-[INFO] │ ├── commander@2.11.0 
+[INFO] ├─┬ stylelint-scss@2.1.0 
+[INFO] │ └─┬ postcss-selector-parser@2.2.3 
+[INFO] │   └── flatten@1.0.2 
+[INFO] ├─┬ uglify-js@3.2.0 
 [INFO] │ └── source-map@0.6.1 
 [INFO] ├── vnu-jar@17.11.1 
 [INFO] └─┬ workbox-build@2.1.2 
@@ -1033,7 +1080,6 @@ Build date: 2017-11-24 12:49:27
 [INFO]   │ └── lodash.templatesettings@4.1.0 
 [INFO]   └── workbox-sw@2.1.2 
 [INFO] 
-[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #8: npm run css-compile) @ tobago-theme-roxborough ---
 [INFO] Running 'npm run css-compile' in __CURRENT__/tobago-theme-roxborough/target/bootstrap
@@ -1048,8 +1094,8 @@ Build date: 2017-11-24 12:49:27
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-roxborough/target/bootstrap/dist/css/bootstrap-grid.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-roxborough/target/bootstrap/dist/css/bootstrap-grid.css
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-roxborough/target/bootstrap/dist/css/bootstrap-reboot.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-roxborough/target/bootstrap/dist/css/bootstrap-reboot.css
+[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-roxborough/target/bootstrap/dist/css/bootstrap-reboot.css.map
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #9: npm run css-prefix) @ tobago-theme-roxborough ---
 [INFO] Running 'npm run css-prefix' in __CURRENT__/tobago-theme-roxborough/target/bootstrap
@@ -1057,12 +1103,12 @@ Build date: 2017-11-24 12:49:27
 [INFO] > bootstrap@4.0.0-beta.2 css-prefix __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > postcss --config build/postcss.config.js --replace "dist/css/*.css"
 [INFO] 
-[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.2 s)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.21 s)
-[ERROR] ✔ Finished dist/css/bootstrap.css (1.21 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.21 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.21 s)
-[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.21 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.04 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.04 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.04 s)
+[ERROR] ✔ Finished dist/css/bootstrap.css (1.04 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.04 s)
+[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.04 s)
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #10: npm run css-minify) @ tobago-theme-roxborough ---
 [INFO] Running 'npm run css-minify' in __CURRENT__/tobago-theme-roxborough/target/bootstrap
@@ -1090,21 +1136,21 @@ Build date: 2017-11-24 12:49:27
 [INFO] > npm-run-all --parallel js-compile-*
 [INFO] 
 [INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-roxborough/target/bootstrap
-[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
+[INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-roxborough/target/bootstrap
+[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
 [INFO] 
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-plugins __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps
 [INFO] 
 [INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-roxborough/target/bootstrap
-[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
+[INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-roxborough/target/bootstrap
+[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
 [INFO] 
 [ERROR] 
-[ERROR] __CURRENT__/tobago-theme-roxborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
-[ERROR] 
 [ERROR] __CURRENT__/tobago-theme-roxborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
+[ERROR] 
+[ERROR] __CURRENT__/tobago-theme-roxborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
 [INFO] js/src/alert.js -> js/dist/alert.js
 [INFO] js/src/button.js -> js/dist/button.js
 [INFO] js/src/carousel.js -> js/dist/carousel.js
@@ -1117,22 +1163,22 @@ Build date: 2017-11-24 12:49:27
 [INFO] js/src/tab.js -> js/dist/tab.js
 [INFO] js/src/tooltip.js -> js/dist/tooltip.js
 [INFO] js/src/util.js -> js/dist/util.js
-[ERROR] created dist/js/bootstrap.js in 3.2s
-[ERROR] created dist/js/bootstrap.bundle.js in 3.3s
+[ERROR] created dist/js/bootstrap.js in 2.5s
+[ERROR] created dist/js/bootstrap.bundle.js in 2.8s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
 [INFO] 
 [ERROR] 
 [ERROR] __CURRENT__/tobago-theme-roxborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
-[ERROR] created dist/js/bootstrap.js in 1.6s
+[ERROR] created dist/js/bootstrap.js in 1.5s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
 [INFO] 
 [ERROR] 
 [ERROR] __CURRENT__/tobago-theme-roxborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
-[ERROR] created dist/js/bootstrap.bundle.js in 2.2s
+[ERROR] created dist/js/bootstrap.bundle.js in 1.7s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-plugins __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps
@@ -1154,14 +1200,14 @@ Build date: 2017-11-24 12:49:27
 [INFO] > npm-run-all --parallel js-minify-*
 [INFO] 
 [INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-minify-standalone __CURRENT__/tobago-theme-roxborough/target/bootstrap
-[INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map" --output dist/js/bootstrap.min.js dist/js/bootstrap.js
-[INFO] 
-[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
 [INFO] 
 [INFO] 
+[INFO] > bootstrap@4.0.0-beta.2 js-minify-standalone __CURRENT__/tobago-theme-roxborough/target/bootstrap
+[INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map" --output dist/js/bootstrap.min.js dist/js/bootstrap.js
+[INFO] 
+[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-bundle __CURRENT__/tobago-theme-roxborough/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js
 [INFO] 
@@ -1223,7 +1269,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 01:36 min
-[INFO] Finished at: 2017-11-24T12:51:05+01:00
+[INFO] Total time: 01:18 min
+[INFO] Finished at: 2017-11-27T10:07:02+01:00
 [INFO] Final Memory: 26M/86M
 [INFO] ------------------------------------------------------------------------
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css
index 5463b1d..9281340 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css
+++ b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css
@@ -9381,7 +9381,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css.map b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css.map
index 402f62e..3d80f6c 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css.map
+++ b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
+{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css
index b766627..8102e70 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css
+++ b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css
@@ -3,5 +3,5 @@
  * Copyright 2011-2017 The Bootstrap Authors
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */@font-face{font-family:Amaranth;font-style:normal;font-weight:400;src:url(../fonts/Amaranth-Regular.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:normal;font-weight:700;src:url(../fonts/Amaranth-Bold.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:italic;src:url(../fonts/Amaranth-Italic.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:italic;font-weight:700;src:url(../fonts/Amaranth-BoldItalic.otf) format("opentype")}.tobago-bo [...]
+ */@font-face{font-family:Amaranth;font-style:normal;font-weight:400;src:url(../fonts/Amaranth-Regular.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:normal;font-weight:700;src:url(../fonts/Amaranth-Bold.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:italic;src:url(../fonts/Amaranth-Italic.otf) format("opentype")}@font-face{font-family:Amaranth;font-style:italic;font-weight:700;src:url(../fonts/Amaranth-BoldItalic.otf) format("opentype")}.tobago-bo [...]
 /*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css.map b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
index b23d800..59f4754 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
+++ b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.sc [...]
\ No newline at end of file
+{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.sc [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/js/bootstrap.min.js b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/js/bootstrap.min.js
index 7708113..306541a 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/js/bootstrap.min.js
+++ b/tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/resources/tobago/roxborough/tobago-bootstrap/_version/js/bootstrap.min.js
@@ -3,5 +3,5 @@
   * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
-var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
+var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
 //# sourceMappingURL=bootstrap.min.js.map
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/rebuild-theme.log b/tobago-theme/tobago-theme-scarborough/rebuild-theme.log
index b4fae5d..7b934ab 100644
--- a/tobago-theme/tobago-theme-scarborough/rebuild-theme.log
+++ b/tobago-theme/tobago-theme-scarborough/rebuild-theme.log
@@ -1,4 +1,4 @@
-Build date: 2017-11-24 12:51:05
+Build date: 2017-11-27 10:07:02
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------------------------------------------------------------
@@ -59,7 +59,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511524317562/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511773665059/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-scarborough/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -73,7 +73,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] ├─┬ autoprefixer@7.1.6 
 [INFO] │ ├─┬ browserslist@2.9.1 
 [INFO] │ │ └── electron-to-chromium@1.3.27 
-[INFO] │ ├── caniuse-lite@1.0.30000770 
+[INFO] │ ├── caniuse-lite@1.0.30000772 
 [INFO] │ ├── normalize-range@0.1.2 
 [INFO] │ ├── num2fraction@1.2.2 
 [INFO] │ ├─┬ postcss@6.0.14 
@@ -90,6 +90,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ ├── babel-helpers@7.0.0-beta.2 
 [INFO] │ │ ├── babel-messages@7.0.0-beta.2 
 [INFO] │ │ ├── babel-template@7.0.0-beta.2 
+[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] │ │ ├── babel-traverse@7.0.0-beta.2 
 [INFO] │ │ ├── babel-types@7.0.0-beta.2 
 [INFO] │ │ ├── babylon@7.0.0-beta.25 
@@ -111,6 +112,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ ├─┬ chokidar@1.7.0 
 [INFO] │ │ ├── anymatch@1.3.2 
 [INFO] │ │ ├── async-each@1.0.1 
+[WARNING] npm WARN postcss-html@0.11.0 requires a peer of postcss-sass@>=0.2.0 but none was installed.
 [INFO] │ │ ├─┬ fsevents@1.1.3 
 [INFO] │ │ │ └─┬ node-pre-gyp@0.6.39 
 [INFO] │ │ │   ├── detect-libc@1.0.2 
@@ -172,7 +174,6 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ │   │ │ │ ├── json-schema@0.2.3 
 [INFO] │ │ │   │ │ │ └── verror@1.3.6 
 [INFO] │ │ │   │ │ └─┬ sshpk@1.13.0 
-[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] │ │ │   │ │   ├── asn1@0.2.3 
 [INFO] │ │ │   │ │   ├── assert-plus@1.0.0 
 [INFO] │ │ │   │ │   ├── bcrypt-pbkdf@1.0.1 
@@ -385,8 +386,8 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ └─┬ shebang-command@1.2.0 
 [INFO] │ │   └── shebang-regex@1.0.0 
 [INFO] │ └── is-windows@1.0.1 
-[INFO] ├─┬ eslint@4.11.0 
-[INFO] │ ├─┬ ajv@5.4.0 
+[INFO] ├─┬ eslint@4.12.0 
+[INFO] │ ├─┬ ajv@5.5.0 
 [INFO] │ │ ├── co@4.6.0 
 [INFO] │ │ ├── fast-deep-equal@1.0.0 
 [INFO] │ │ ├── fast-json-stable-stringify@2.0.0 
@@ -401,14 +402,14 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ ├─┬ concat-stream@1.6.0 
 [INFO] │ │ ├─┬ readable-stream@2.3.3 
 [INFO] │ │ │ ├── core-util-is@1.0.2 
+[INFO] │ │ │ ├── isarray@1.0.0 
 [INFO] │ │ │ ├── process-nextick-args@1.0.7 
 [INFO] │ │ │ ├── string_decoder@1.0.3 
 [INFO] │ │ │ └── util-deprecate@1.0.2 
 [INFO] │ │ └── typedarray@0.0.6 
 [INFO] │ ├─┬ debug@3.1.0 
 [INFO] │ │ └── ms@2.0.0 
-[INFO] │ ├─┬ doctrine@2.0.0 
-[INFO] │ │ └── isarray@1.0.0 
+[INFO] │ ├── doctrine@2.0.2 
 [INFO] │ ├─┬ eslint-scope@3.7.1 
 [INFO] │ │ └── esrecurse@4.2.0 
 [INFO] │ ├─┬ espree@3.5.2 
@@ -423,7 +424,6 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ │ ├── circular-json@0.3.3 
 [INFO] │ │ │ ├─┬ del@2.2.2 
 [INFO] │ │ │ │ ├─┬ globby@5.0.0 
-[INFO] │ │ │ │ │ ├── arrify@1.0.1 
 [INFO] │ │ │ │ │ └── pify@2.3.0 
 [INFO] │ │ │ │ ├── is-path-cwd@1.0.0 
 [INFO] │ │ │ │ ├── is-path-in-cwd@1.0.0 
@@ -431,7 +431,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ │ └── write@0.2.1 
 [INFO] │ │ └── object-assign@4.1.1 
 [INFO] │ ├── functional-red-black-tree@1.0.1 
-[INFO] │ ├── globals@9.18.0 
+[INFO] │ ├── globals@11.0.1 
 [INFO] │ ├── ignore@3.3.7 
 [INFO] │ ├── imurmurhash@0.1.4 
 [INFO] │ ├─┬ inquirer@3.0.6 
@@ -444,7 +444,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ │   └── onetime@2.0.1 
 [INFO] │ │ ├── cli-width@2.2.0 
 [INFO] │ │ ├─┬ external-editor@2.1.0 
-[INFO] │ │ │ ├── chardet@0.4.0 
+[INFO] │ │ │ ├── chardet@0.4.2 
 [INFO] │ │ │ ├── iconv-lite@0.4.19 
 [INFO] │ │ │ └── tmp@0.0.33 
 [INFO] │ │ ├── figures@2.0.0 
@@ -491,7 +491,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ └── text-table@0.2.0 
 [INFO] ├─┬ eslint-plugin-compat@2.1.0 
 [INFO] │ ├── babel-runtime@6.26.0 
-[INFO] │ ├── caniuse-db@1.0.30000770 
+[INFO] │ ├── caniuse-db@1.0.30000772 
 [INFO] │ └── requireindex@1.1.0 
 [INFO] ├─┬ htmllint-cli@0.0.6 
 [INFO] │ ├── bluebird@3.5.1 
@@ -751,8 +751,6 @@ Build date: 2017-11-24 12:51:05
 [INFO] │   │   └─┬ string-width@1.0.2 
 [INFO] │   │     └── is-fullwidth-code-point@1.0.0 
 [INFO] │   ├─┬ configstore@3.1.1 
-[INFO] │   │ ├─┬ dot-prop@4.2.0 
-[INFO] │   │ │ └── is-obj@1.0.1 
 [INFO] │   │ ├─┬ unique-string@1.0.0 
 [INFO] │   │ │ └── crypto-random-string@1.0.0 
 [INFO] │   │ └── write-file-atomic@2.3.0 
@@ -802,7 +800,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] │   ├─┬ define-properties@1.1.2 
 [INFO] │   │ ├── foreach@2.0.5 
 [INFO] │   │ └── object-keys@1.0.11 
-[INFO] │   ├─┬ es-abstract@1.9.0 
+[INFO] │   ├─┬ es-abstract@1.10.0 
 [INFO] │   │ ├─┬ es-to-primitive@1.1.1 
 [INFO] │   │ │ ├── is-date-object@1.0.1 
 [INFO] │   │ │ └── is-symbol@1.0.1 
@@ -932,7 +930,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] ├─┬ shx@0.2.2 
 [INFO] │ ├── es6-object-assign@1.1.0 
 [INFO] │ └── minimist@1.2.0 
-[INFO] ├─┬ stylelint@8.2.0 
+[INFO] ├─┬ stylelint@8.3.1 
 [INFO] │ ├── balanced-match@1.0.0 
 [INFO] │ ├─┬ cosmiconfig@3.1.0 
 [INFO] │ │ ├── is-directory@0.3.1 
@@ -945,8 +943,10 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │   ├── is-regexp@1.0.0 
 [INFO] │ │   └── is-supported-regexp-flag@1.0.0 
 [INFO] │ ├── get-stdin@5.0.1 
-[INFO] │ ├─┬ globby@6.1.0 
-[INFO] │ │ └── pify@2.3.0 
+[INFO] │ ├─┬ globby@7.1.1 
+[INFO] │ │ └─┬ dir-glob@2.0.0 
+[INFO] │ │   ├── arrify@1.0.1 
+[INFO] │ │   └── path-type@3.0.0 
 [INFO] │ ├── globjoin@0.1.4 
 [INFO] │ ├── html-tags@2.0.0 
 [INFO] │ ├── known-css-properties@0.4.1 
@@ -961,11 +961,10 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │ │ │ └─┬ fill-range@2.2.3 
 [INFO] │ │ │ │   ├── is-number@2.1.0 
 [INFO] │ │ │ │   ├── isobject@2.1.0 
-[INFO] │ │ │ │   ├─┬ randomatic@1.1.7 
-[INFO] │ │ │ │   │ ├─┬ is-number@3.0.0 
-[INFO] │ │ │ │   │ │ └── kind-of@3.2.2 
-[INFO] │ │ │ │   │ └── kind-of@4.0.0 
-[INFO] │ │ │ │   └── repeat-string@1.6.1 
+[INFO] │ │ │ │   └─┬ randomatic@1.1.7 
+[INFO] │ │ │ │     ├─┬ is-number@3.0.0 
+[INFO] │ │ │ │     │ └── kind-of@3.2.2 
+[INFO] │ │ │ │     └── kind-of@4.0.0 
 [INFO] │ │ │ ├── preserve@0.2.0 
 [INFO] │ │ │ └── repeat-element@1.1.2 
 [INFO] │ │ ├─┬ expand-brackets@0.1.5 
@@ -988,6 +987,50 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ │     └── is-primitive@2.0.0 
 [INFO] │ ├── normalize-selector@0.2.0 
 [INFO] │ ├── pify@3.0.0 
+[INFO] │ ├─┬ postcss-html@0.11.0 
+[INFO] │ │ ├─┬ remark@8.0.0 
+[INFO] │ │ │ ├─┬ remark-parse@4.0.0 
+[INFO] │ │ │ │ ├── collapse-white-space@1.0.3 
+[INFO] │ │ │ │ ├── is-alphabetical@1.0.1 
+[INFO] │ │ │ │ ├── is-decimal@1.0.1 
+[INFO] │ │ │ │ ├── is-whitespace-character@1.0.1 
+[INFO] │ │ │ │ ├── is-word-character@1.0.1 
+[INFO] │ │ │ │ ├── markdown-escapes@1.0.1 
+[INFO] │ │ │ │ ├─┬ parse-entities@1.1.1 
+[INFO] │ │ │ │ │ ├── character-entities@1.2.1 
+[INFO] │ │ │ │ │ ├── character-entities-legacy@1.1.1 
+[INFO] │ │ │ │ │ ├── character-reference-invalid@1.1.1 
+[INFO] │ │ │ │ │ ├── is-alphanumerical@1.0.1 
+[INFO] │ │ │ │ │ └── is-hexadecimal@1.0.1 
+[INFO] │ │ │ │ ├── repeat-string@1.6.1 
+[INFO] │ │ │ │ ├── state-toggle@1.0.0 
+[INFO] │ │ │ │ ├── trim@0.0.1 
+[INFO] │ │ │ │ ├── trim-trailing-lines@1.1.0 
+[INFO] │ │ │ │ ├── unherit@1.1.0 
+[INFO] │ │ │ │ ├─┬ unist-util-remove-position@1.1.1 
+[INFO] │ │ │ │ │ └── unist-util-visit@1.2.0 
+[INFO] │ │ │ │ └── vfile-location@2.0.2 
+[INFO] │ │ │ ├─┬ remark-stringify@4.0.0 
+[INFO] │ │ │ │ ├── ccount@1.0.2 
+[INFO] │ │ │ │ ├── is-alphanumeric@1.0.0 
+[INFO] │ │ │ │ ├── longest-streak@2.0.2 
+[INFO] │ │ │ │ ├── markdown-table@1.1.1 
+[INFO] │ │ │ │ ├─┬ mdast-util-compact@1.0.1 
+[INFO] │ │ │ │ │ └─┬ unist-util-modify-children@1.1.1 
+[INFO] │ │ │ │ │   └── array-iterate@1.1.1 
+[INFO] │ │ │ │ └─┬ stringify-entities@1.3.1 
+[INFO] │ │ │ │   └── character-entities-html4@1.1.1 
+[INFO] │ │ │ └─┬ unified@6.1.6 
+[INFO] │ │ │   ├── bail@1.0.2 
+[INFO] │ │ │   ├── trough@1.0.1 
+[INFO] │ │ │   ├─┬ vfile@2.3.0 
+[INFO] │ │ │   │ ├── replace-ext@1.0.0 
+[INFO] │ │ │   │ ├── unist-util-stringify-position@1.1.1 
+[INFO] │ │ │   │ └── vfile-message@1.0.0 
+[INFO] │ │ │   ├── x-is-function@1.0.4 
+[INFO] │ │ │   └── x-is-string@0.1.0 
+[INFO] │ │ └─┬ unist-util-find-all-after@1.0.1 
+[INFO] │ │   └── unist-util-is@2.1.1 
 [INFO] │ ├─┬ postcss-less@1.1.3 
 [INFO] │ │ └─┬ postcss@5.2.18 
 [INFO] │ │   ├─┬ chalk@1.1.3 
@@ -999,9 +1042,11 @@ Build date: 2017-11-24 12:51:05
 [INFO] │ ├── postcss-media-query-parser@0.2.3 
 [INFO] │ ├── postcss-resolve-nested-selector@0.1.1 
 [INFO] │ ├── postcss-safe-parser@3.0.1 
+[INFO] │ ├── UNMET PEER DEPENDENCY postcss-sass@>=0.2.0
 [INFO] │ ├── postcss-scss@1.0.2 
-[INFO] │ ├─┬ postcss-selector-parser@2.2.3 
-[INFO] │ │ ├── flatten@1.0.2 
+[INFO] │ ├─┬ postcss-selector-parser@3.1.1 
+[INFO] │ │ ├─┬ dot-prop@4.2.0 
+[INFO] │ │ │ └── is-obj@1.0.1 
 [INFO] │ │ ├── indexes-of@1.0.1 
 [INFO] │ │ └── uniq@1.0.1 
 [INFO] │ ├── resolve-from@4.0.0 
@@ -1018,9 +1063,10 @@ Build date: 2017-11-24 12:51:05
 [INFO] ├── stylelint-config-standard@17.0.0 
 [INFO] ├─┬ stylelint-order@0.7.0 
 [INFO] │ └── postcss-sorting@3.1.0 
-[INFO] ├── stylelint-scss@2.1.0 
-[INFO] ├─┬ uglify-js@3.1.10 
-[INFO] │ ├── commander@2.11.0 
+[INFO] ├─┬ stylelint-scss@2.1.0 
+[INFO] │ └─┬ postcss-selector-parser@2.2.3 
+[INFO] │   └── flatten@1.0.2 
+[INFO] ├─┬ uglify-js@3.2.0 
 [INFO] │ └── source-map@0.6.1 
 [INFO] ├── vnu-jar@17.11.1 
 [INFO] └─┬ workbox-build@2.1.2 
@@ -1042,11 +1088,11 @@ Build date: 2017-11-24 12:51:05
 [INFO] > node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css
 [INFO] 
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap.css
+[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap.css.map
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap-grid.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap-grid.css
+[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap-grid.css.map
 [ERROR] Rendering Complete, saving .css file...
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap-reboot.css
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-scarborough/target/bootstrap/dist/css/bootstrap-reboot.css.map
@@ -1057,12 +1103,12 @@ Build date: 2017-11-24 12:51:05
 [INFO] > bootstrap@4.0.0-beta.2 css-prefix __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] > postcss --config build/postcss.config.js --replace "dist/css/*.css"
 [INFO] 
-[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.05 s)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.05 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.05 s)
-[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.05 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.05 s)
-[ERROR] ✔ Finished dist/css/bootstrap.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.06 s)
+[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.06 s)
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #10: npm run css-minify) @ tobago-theme-scarborough ---
 [INFO] Running 'npm run css-minify' in __CURRENT__/tobago-theme-scarborough/target/bootstrap
@@ -1102,9 +1148,9 @@ Build date: 2017-11-24 12:51:05
 [INFO] > cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps
 [INFO] 
 [ERROR] 
-[ERROR] __CURRENT__/tobago-theme-scarborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
-[ERROR] 
 [ERROR] __CURRENT__/tobago-theme-scarborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
+[ERROR] 
+[ERROR] __CURRENT__/tobago-theme-scarborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
 [INFO] js/src/alert.js -> js/dist/alert.js
 [INFO] js/src/button.js -> js/dist/button.js
 [INFO] js/src/carousel.js -> js/dist/carousel.js
@@ -1125,7 +1171,7 @@ Build date: 2017-11-24 12:51:05
 [INFO] 
 [ERROR] 
 [ERROR] __CURRENT__/tobago-theme-scarborough/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
-[ERROR] created dist/js/bootstrap.js in 1.6s
+[ERROR] created dist/js/bootstrap.js in 1.5s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
@@ -1158,13 +1204,13 @@ Build date: 2017-11-24 12:51:05
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js
 [INFO] 
 [INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-scarborough/target/bootstrap
-[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
-[INFO] 
-[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-standalone __CURRENT__/tobago-theme-scarborough/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map" --output dist/js/bootstrap.min.js dist/js/bootstrap.js
 [INFO] 
+[INFO] 
+[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-scarborough/target/bootstrap
+[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
+[INFO] 
 [ERROR] INFO: Using input source map: dist/js/bootstrap.bundle.js.map
 [ERROR] INFO: Using input source map: dist/js/bootstrap.js.map
 [INFO] 
@@ -1223,7 +1269,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 01:26 min
-[INFO] Finished at: 2017-11-24T12:52:34+01:00
+[INFO] Total time: 01:17 min
+[INFO] Finished at: 2017-11-27T10:08:22+01:00
 [INFO] Final Memory: 26M/86M
 [INFO] ------------------------------------------------------------------------
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css
index 748067f..2d12ac0 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css
+++ b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css
@@ -9379,7 +9379,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css.map b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css.map
index 53be8a7..f5712c5 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css.map
+++ b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
+{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css
index f0d9c2d..cafba1d 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css
+++ b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css
@@ -3,5 +3,5 @@
  * Copyright 2011-2017 The Bootstrap Authors
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
 /*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css.map b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
index a5f9814..f240823 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
+++ b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/css/bootstrap.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
+{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/js/bootstrap.min.js b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/js/bootstrap.min.js
index 7708113..306541a 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/js/bootstrap.min.js
+++ b/tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/resources/tobago/scarborough/tobago-bootstrap/_version/js/bootstrap.min.js
@@ -3,5 +3,5 @@
   * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
-var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
+var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
 //# sourceMappingURL=bootstrap.min.js.map
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/rebuild-theme.log b/tobago-theme/tobago-theme-speyside/rebuild-theme.log
index b7b6aac..70faf5d 100644
--- a/tobago-theme/tobago-theme-speyside/rebuild-theme.log
+++ b/tobago-theme/tobago-theme-speyside/rebuild-theme.log
@@ -1,4 +1,4 @@
-Build date: 2017-11-24 12:52:34
+Build date: 2017-11-27 10:08:22
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------------------------------------------------------------
@@ -59,7 +59,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511524409034/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511773744720/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-speyside/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -73,7 +73,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] ├─┬ autoprefixer@7.1.6 
 [INFO] │ ├─┬ browserslist@2.9.1 
 [INFO] │ │ └── electron-to-chromium@1.3.27 
-[INFO] │ ├── caniuse-lite@1.0.30000770 
+[INFO] │ ├── caniuse-lite@1.0.30000772 
 [INFO] │ ├── normalize-range@0.1.2 
 [INFO] │ ├── num2fraction@1.2.2 
 [INFO] │ ├─┬ postcss@6.0.14 
@@ -84,6 +84,8 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ ├─┬ babel-core@7.0.0-beta.2 
 [INFO] │ │ ├── babel-code-frame@7.0.0-beta.2 
 [INFO] │ │ ├─┬ babel-generator@7.0.0-beta.2 
+[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
+[WARNING] npm WARN postcss-html@0.11.0 requires a peer of postcss-sass@>=0.2.0 but none was installed.
 [INFO] │ │ │ ├── jsesc@2.5.1 
 [INFO] │ │ │ ├── source-map@0.5.7 
 [INFO] │ │ │ └── trim-right@1.0.1 
@@ -256,7 +258,6 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ │ ├── @babel/helper-get-function-arity@7.0.0-beta.32 
 [INFO] │ │ │ └─┬ @babel/template@7.0.0-beta.32 
 [INFO] │ │ │   └── babylon@7.0.0-beta.32 
-[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] │ │ ├── babylon@7.0.0-beta.32 
 [INFO] │ │ └── globals@10.4.0 
 [INFO] │ ├─┬ @babel/types@7.0.0-beta.32 
@@ -385,8 +386,8 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ └─┬ shebang-command@1.2.0 
 [INFO] │ │   └── shebang-regex@1.0.0 
 [INFO] │ └── is-windows@1.0.1 
-[INFO] ├─┬ eslint@4.11.0 
-[INFO] │ ├─┬ ajv@5.4.0 
+[INFO] ├─┬ eslint@4.12.0 
+[INFO] │ ├─┬ ajv@5.5.0 
 [INFO] │ │ ├── co@4.6.0 
 [INFO] │ │ ├── fast-deep-equal@1.0.0 
 [INFO] │ │ ├── fast-json-stable-stringify@2.0.0 
@@ -401,14 +402,14 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ ├─┬ concat-stream@1.6.0 
 [INFO] │ │ ├─┬ readable-stream@2.3.3 
 [INFO] │ │ │ ├── core-util-is@1.0.2 
+[INFO] │ │ │ ├── isarray@1.0.0 
 [INFO] │ │ │ ├── process-nextick-args@1.0.7 
 [INFO] │ │ │ ├── string_decoder@1.0.3 
 [INFO] │ │ │ └── util-deprecate@1.0.2 
 [INFO] │ │ └── typedarray@0.0.6 
 [INFO] │ ├─┬ debug@3.1.0 
 [INFO] │ │ └── ms@2.0.0 
-[INFO] │ ├─┬ doctrine@2.0.0 
-[INFO] │ │ └── isarray@1.0.0 
+[INFO] │ ├── doctrine@2.0.2 
 [INFO] │ ├─┬ eslint-scope@3.7.1 
 [INFO] │ │ └── esrecurse@4.2.0 
 [INFO] │ ├─┬ espree@3.5.2 
@@ -423,7 +424,6 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ │ ├── circular-json@0.3.3 
 [INFO] │ │ │ ├─┬ del@2.2.2 
 [INFO] │ │ │ │ ├─┬ globby@5.0.0 
-[INFO] │ │ │ │ │ ├── arrify@1.0.1 
 [INFO] │ │ │ │ │ └── pify@2.3.0 
 [INFO] │ │ │ │ ├── is-path-cwd@1.0.0 
 [INFO] │ │ │ │ ├── is-path-in-cwd@1.0.0 
@@ -431,7 +431,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ │ └── write@0.2.1 
 [INFO] │ │ └── object-assign@4.1.1 
 [INFO] │ ├── functional-red-black-tree@1.0.1 
-[INFO] │ ├── globals@9.18.0 
+[INFO] │ ├── globals@11.0.1 
 [INFO] │ ├── ignore@3.3.7 
 [INFO] │ ├── imurmurhash@0.1.4 
 [INFO] │ ├─┬ inquirer@3.0.6 
@@ -444,7 +444,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ │   └── onetime@2.0.1 
 [INFO] │ │ ├── cli-width@2.2.0 
 [INFO] │ │ ├─┬ external-editor@2.1.0 
-[INFO] │ │ │ ├── chardet@0.4.0 
+[INFO] │ │ │ ├── chardet@0.4.2 
 [INFO] │ │ │ ├── iconv-lite@0.4.19 
 [INFO] │ │ │ └── tmp@0.0.33 
 [INFO] │ │ ├── figures@2.0.0 
@@ -491,7 +491,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ └── text-table@0.2.0 
 [INFO] ├─┬ eslint-plugin-compat@2.1.0 
 [INFO] │ ├── babel-runtime@6.26.0 
-[INFO] │ ├── caniuse-db@1.0.30000770 
+[INFO] │ ├── caniuse-db@1.0.30000772 
 [INFO] │ └── requireindex@1.1.0 
 [INFO] ├─┬ htmllint-cli@0.0.6 
 [INFO] │ ├── bluebird@3.5.1 
@@ -751,8 +751,6 @@ Build date: 2017-11-24 12:52:34
 [INFO] │   │   └─┬ string-width@1.0.2 
 [INFO] │   │     └── is-fullwidth-code-point@1.0.0 
 [INFO] │   ├─┬ configstore@3.1.1 
-[INFO] │   │ ├─┬ dot-prop@4.2.0 
-[INFO] │   │ │ └── is-obj@1.0.1 
 [INFO] │   │ ├─┬ unique-string@1.0.0 
 [INFO] │   │ │ └── crypto-random-string@1.0.0 
 [INFO] │   │ └── write-file-atomic@2.3.0 
@@ -802,7 +800,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] │   ├─┬ define-properties@1.1.2 
 [INFO] │   │ ├── foreach@2.0.5 
 [INFO] │   │ └── object-keys@1.0.11 
-[INFO] │   ├─┬ es-abstract@1.9.0 
+[INFO] │   ├─┬ es-abstract@1.10.0 
 [INFO] │   │ ├─┬ es-to-primitive@1.1.1 
 [INFO] │   │ │ ├── is-date-object@1.0.1 
 [INFO] │   │ │ └── is-symbol@1.0.1 
@@ -932,7 +930,7 @@ Build date: 2017-11-24 12:52:34
 [INFO] ├─┬ shx@0.2.2 
 [INFO] │ ├── es6-object-assign@1.1.0 
 [INFO] │ └── minimist@1.2.0 
-[INFO] ├─┬ stylelint@8.2.0 
+[INFO] ├─┬ stylelint@8.3.1 
 [INFO] │ ├── balanced-match@1.0.0 
 [INFO] │ ├─┬ cosmiconfig@3.1.0 
 [INFO] │ │ ├── is-directory@0.3.1 
@@ -945,8 +943,10 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │   ├── is-regexp@1.0.0 
 [INFO] │ │   └── is-supported-regexp-flag@1.0.0 
 [INFO] │ ├── get-stdin@5.0.1 
-[INFO] │ ├─┬ globby@6.1.0 
-[INFO] │ │ └── pify@2.3.0 
+[INFO] │ ├─┬ globby@7.1.1 
+[INFO] │ │ └─┬ dir-glob@2.0.0 
+[INFO] │ │   ├── arrify@1.0.1 
+[INFO] │ │   └── path-type@3.0.0 
 [INFO] │ ├── globjoin@0.1.4 
 [INFO] │ ├── html-tags@2.0.0 
 [INFO] │ ├── known-css-properties@0.4.1 
@@ -961,11 +961,10 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │ │ │ └─┬ fill-range@2.2.3 
 [INFO] │ │ │ │   ├── is-number@2.1.0 
 [INFO] │ │ │ │   ├── isobject@2.1.0 
-[INFO] │ │ │ │   ├─┬ randomatic@1.1.7 
-[INFO] │ │ │ │   │ ├─┬ is-number@3.0.0 
-[INFO] │ │ │ │   │ │ └── kind-of@3.2.2 
-[INFO] │ │ │ │   │ └── kind-of@4.0.0 
-[INFO] │ │ │ │   └── repeat-string@1.6.1 
+[INFO] │ │ │ │   └─┬ randomatic@1.1.7 
+[INFO] │ │ │ │     ├─┬ is-number@3.0.0 
+[INFO] │ │ │ │     │ └── kind-of@3.2.2 
+[INFO] │ │ │ │     └── kind-of@4.0.0 
 [INFO] │ │ │ ├── preserve@0.2.0 
 [INFO] │ │ │ └── repeat-element@1.1.2 
 [INFO] │ │ ├─┬ expand-brackets@0.1.5 
@@ -988,6 +987,50 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ │     └── is-primitive@2.0.0 
 [INFO] │ ├── normalize-selector@0.2.0 
 [INFO] │ ├── pify@3.0.0 
+[INFO] │ ├─┬ postcss-html@0.11.0 
+[INFO] │ │ ├─┬ remark@8.0.0 
+[INFO] │ │ │ ├─┬ remark-parse@4.0.0 
+[INFO] │ │ │ │ ├── collapse-white-space@1.0.3 
+[INFO] │ │ │ │ ├── is-alphabetical@1.0.1 
+[INFO] │ │ │ │ ├── is-decimal@1.0.1 
+[INFO] │ │ │ │ ├── is-whitespace-character@1.0.1 
+[INFO] │ │ │ │ ├── is-word-character@1.0.1 
+[INFO] │ │ │ │ ├── markdown-escapes@1.0.1 
+[INFO] │ │ │ │ ├─┬ parse-entities@1.1.1 
+[INFO] │ │ │ │ │ ├── character-entities@1.2.1 
+[INFO] │ │ │ │ │ ├── character-entities-legacy@1.1.1 
+[INFO] │ │ │ │ │ ├── character-reference-invalid@1.1.1 
+[INFO] │ │ │ │ │ ├── is-alphanumerical@1.0.1 
+[INFO] │ │ │ │ │ └── is-hexadecimal@1.0.1 
+[INFO] │ │ │ │ ├── repeat-string@1.6.1 
+[INFO] │ │ │ │ ├── state-toggle@1.0.0 
+[INFO] │ │ │ │ ├── trim@0.0.1 
+[INFO] │ │ │ │ ├── trim-trailing-lines@1.1.0 
+[INFO] │ │ │ │ ├── unherit@1.1.0 
+[INFO] │ │ │ │ ├─┬ unist-util-remove-position@1.1.1 
+[INFO] │ │ │ │ │ └── unist-util-visit@1.2.0 
+[INFO] │ │ │ │ └── vfile-location@2.0.2 
+[INFO] │ │ │ ├─┬ remark-stringify@4.0.0 
+[INFO] │ │ │ │ ├── ccount@1.0.2 
+[INFO] │ │ │ │ ├── is-alphanumeric@1.0.0 
+[INFO] │ │ │ │ ├── longest-streak@2.0.2 
+[INFO] │ │ │ │ ├── markdown-table@1.1.1 
+[INFO] │ │ │ │ ├─┬ mdast-util-compact@1.0.1 
+[INFO] │ │ │ │ │ └─┬ unist-util-modify-children@1.1.1 
+[INFO] │ │ │ │ │   └── array-iterate@1.1.1 
+[INFO] │ │ │ │ └─┬ stringify-entities@1.3.1 
+[INFO] │ │ │ │   └── character-entities-html4@1.1.1 
+[INFO] │ │ │ └─┬ unified@6.1.6 
+[INFO] │ │ │   ├── bail@1.0.2 
+[INFO] │ │ │   ├── trough@1.0.1 
+[INFO] │ │ │   ├─┬ vfile@2.3.0 
+[INFO] │ │ │   │ ├── replace-ext@1.0.0 
+[INFO] │ │ │   │ ├── unist-util-stringify-position@1.1.1 
+[INFO] │ │ │   │ └── vfile-message@1.0.0 
+[INFO] │ │ │   ├── x-is-function@1.0.4 
+[INFO] │ │ │   └── x-is-string@0.1.0 
+[INFO] │ │ └─┬ unist-util-find-all-after@1.0.1 
+[INFO] │ │   └── unist-util-is@2.1.1 
 [INFO] │ ├─┬ postcss-less@1.1.3 
 [INFO] │ │ └─┬ postcss@5.2.18 
 [INFO] │ │   ├─┬ chalk@1.1.3 
@@ -999,9 +1042,11 @@ Build date: 2017-11-24 12:52:34
 [INFO] │ ├── postcss-media-query-parser@0.2.3 
 [INFO] │ ├── postcss-resolve-nested-selector@0.1.1 
 [INFO] │ ├── postcss-safe-parser@3.0.1 
+[INFO] │ ├── UNMET PEER DEPENDENCY postcss-sass@>=0.2.0
 [INFO] │ ├── postcss-scss@1.0.2 
-[INFO] │ ├─┬ postcss-selector-parser@2.2.3 
-[INFO] │ │ ├── flatten@1.0.2 
+[INFO] │ ├─┬ postcss-selector-parser@3.1.1 
+[INFO] │ │ ├─┬ dot-prop@4.2.0 
+[INFO] │ │ │ └── is-obj@1.0.1 
 [INFO] │ │ ├── indexes-of@1.0.1 
 [INFO] │ │ └── uniq@1.0.1 
 [INFO] │ ├── resolve-from@4.0.0 
@@ -1018,9 +1063,10 @@ Build date: 2017-11-24 12:52:34
 [INFO] ├── stylelint-config-standard@17.0.0 
 [INFO] ├─┬ stylelint-order@0.7.0 
 [INFO] │ └── postcss-sorting@3.1.0 
-[INFO] ├── stylelint-scss@2.1.0 
-[INFO] ├─┬ uglify-js@3.1.10 
-[INFO] │ ├── commander@2.11.0 
+[INFO] ├─┬ stylelint-scss@2.1.0 
+[INFO] │ └─┬ postcss-selector-parser@2.2.3 
+[INFO] │   └── flatten@1.0.2 
+[INFO] ├─┬ uglify-js@3.2.0 
 [INFO] │ └── source-map@0.6.1 
 [INFO] ├── vnu-jar@17.11.1 
 [INFO] └─┬ workbox-build@2.1.2 
@@ -1042,8 +1088,8 @@ Build date: 2017-11-24 12:52:34
 [INFO] > node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css
 [INFO] 
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-speyside/target/bootstrap/dist/css/bootstrap.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-speyside/target/bootstrap/dist/css/bootstrap.css
+[ERROR] Wrote Source Map to __CURRENT__/tobago-theme-speyside/target/bootstrap/dist/css/bootstrap.css.map
 [ERROR] Rendering Complete, saving .css file...
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-speyside/target/bootstrap/dist/css/bootstrap-grid.css.map
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-speyside/target/bootstrap/dist/css/bootstrap-grid.css
@@ -1057,12 +1103,12 @@ Build date: 2017-11-24 12:52:34
 [INFO] > bootstrap@4.0.0-beta.2 css-prefix __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] > postcss --config build/postcss.config.js --replace "dist/css/*.css"
 [INFO] 
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.44 s)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.44 s)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.44 s)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.44 s)
-[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.44 s)
-[ERROR] ✔ Finished dist/css/bootstrap.css (1.44 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.05 s)
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #10: npm run css-minify) @ tobago-theme-speyside ---
 [INFO] Running 'npm run css-minify' in __CURRENT__/tobago-theme-speyside/target/bootstrap
@@ -1117,8 +1163,8 @@ Build date: 2017-11-24 12:52:34
 [INFO] js/src/tab.js -> js/dist/tab.js
 [INFO] js/src/tooltip.js -> js/dist/tooltip.js
 [INFO] js/src/util.js -> js/dist/util.js
-[ERROR] created dist/js/bootstrap.js in 2.4s
-[ERROR] created dist/js/bootstrap.bundle.js in 2.6s
+[ERROR] created dist/js/bootstrap.js in 2.5s
+[ERROR] created dist/js/bootstrap.bundle.js in 2.7s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
@@ -1154,6 +1200,10 @@ Build date: 2017-11-24 12:52:34
 [INFO] > npm-run-all --parallel js-minify-*
 [INFO] 
 [INFO] 
+[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-speyside/target/bootstrap
+[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
+[INFO] 
+[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-bundle __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js
 [INFO] 
@@ -1161,10 +1211,6 @@ Build date: 2017-11-24 12:52:34
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-standalone __CURRENT__/tobago-theme-speyside/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map" --output dist/js/bootstrap.min.js dist/js/bootstrap.js
 [INFO] 
-[INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-speyside/target/bootstrap
-[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
-[INFO] 
 [ERROR] INFO: Using input source map: dist/js/bootstrap.bundle.js.map
 [ERROR] INFO: Using input source map: dist/js/bootstrap.js.map
 [INFO] 
@@ -1223,7 +1269,7 @@ main:
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 01:29 min
-[INFO] Finished at: 2017-11-24T12:54:06+01:00
-[INFO] Final Memory: 25M/85M
+[INFO] Total time: 01:17 min
+[INFO] Finished at: 2017-11-27T10:09:41+01:00
+[INFO] Final Memory: 26M/86M
 [INFO] ------------------------------------------------------------------------
diff --git a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css
index 5cda2f5..c22b6b6 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css
+++ b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css
@@ -9141,7 +9141,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {
diff --git a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css.map b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css.map
index 40c83ed..b1b6f92 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css.map
+++ b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints. [...]
\ No newline at end of file
+{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints. [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css
index ffa0871..a86f313 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css
+++ b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css
@@ -3,5 +3,5 @@
  * Copyright 2011-2017 The Bootstrap Authors
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#185722;--secondary:#d7d7d7;--success:#1da332;--info:#5bc0de;--warning:#f0ad4e;--danger:#d30040;--light:#f7f7f7;--dark:#323232;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:verdana, [...]
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#185722;--secondary:#d7d7d7;--success:#1da332;--info:#5bc0de;--warning:#f0ad4e;--danger:#d30040;--light:#f7f7f7;--dark:#323232;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:verdana, [...]
 /*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css.map b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css.map
index eef172d..1539019 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css.map
+++ b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/css/bootstrap.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid [...]
\ No newline at end of file
+{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/js/bootstrap.min.js b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/js/bootstrap.min.js
index 7708113..306541a 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/js/bootstrap.min.js
+++ b/tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/resources/tobago/speyside/tobago-bootstrap/_version/js/bootstrap.min.js
@@ -3,5 +3,5 @@
   * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
-var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
+var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
 //# sourceMappingURL=bootstrap.min.js.map
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/rebuild-theme.log b/tobago-theme/tobago-theme-standard/rebuild-theme.log
index 25202ba..b3de9d6 100644
--- a/tobago-theme/tobago-theme-standard/rebuild-theme.log
+++ b/tobago-theme/tobago-theme-standard/rebuild-theme.log
@@ -1,4 +1,4 @@
-Build date: 2017-11-24 12:54:06
+Build date: 2017-11-27 10:09:41
 [INFO] Scanning for projects...
 [INFO] 
 [INFO] ------------------------------------------------------------------------
@@ -59,7 +59,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] Verified checksum of previously downloaded file
 [INFO] Extracting zip contents
 [INFO] Removing __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
-[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511524490550/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
+[INFO] Copying extracted folder /var/folders/yp/1vrxjnrs20798ydt_yl8wrpr0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1511773825766/phantomjs-2.1.1-macosx -> __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom
 [INFO] Writing location.js file
 [INFO] Done. Phantomjs binary available at __CURRENT__/tobago-theme-standard/target/bootstrap/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
 [INFO] 
@@ -73,7 +73,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] ├─┬ autoprefixer@7.1.6 
 [INFO] │ ├─┬ browserslist@2.9.1 
 [INFO] │ │ └── electron-to-chromium@1.3.27 
-[INFO] │ ├── caniuse-lite@1.0.30000770 
+[INFO] │ ├── caniuse-lite@1.0.30000772 
 [INFO] │ ├── normalize-range@0.1.2 
 [INFO] │ ├── num2fraction@1.2.2 
 [INFO] │ ├─┬ postcss@6.0.14 
@@ -99,7 +99,6 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ ├── core-js@2.5.1 
 [INFO] │ │ └── regenerator-runtime@0.11.0 
 [INFO] │ ├─┬ babel-register@7.0.0-beta.2 
-[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
 [INFO] │ │ ├─┬ find-cache-dir@1.0.0 
 [INFO] │ │ │ ├── commondir@1.0.1 
 [INFO] │ │ │ ├── make-dir@1.1.0 
@@ -385,8 +384,8 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ └─┬ shebang-command@1.2.0 
 [INFO] │ │   └── shebang-regex@1.0.0 
 [INFO] │ └── is-windows@1.0.1 
-[INFO] ├─┬ eslint@4.11.0 
-[INFO] │ ├─┬ ajv@5.4.0 
+[INFO] ├─┬ eslint@4.12.0 
+[INFO] │ ├─┬ ajv@5.5.0 
 [INFO] │ │ ├── co@4.6.0 
 [INFO] │ │ ├── fast-deep-equal@1.0.0 
 [INFO] │ │ ├── fast-json-stable-stringify@2.0.0 
@@ -401,14 +400,14 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ ├─┬ concat-stream@1.6.0 
 [INFO] │ │ ├─┬ readable-stream@2.3.3 
 [INFO] │ │ │ ├── core-util-is@1.0.2 
+[INFO] │ │ │ ├── isarray@1.0.0 
 [INFO] │ │ │ ├── process-nextick-args@1.0.7 
 [INFO] │ │ │ ├── string_decoder@1.0.3 
 [INFO] │ │ │ └── util-deprecate@1.0.2 
 [INFO] │ │ └── typedarray@0.0.6 
 [INFO] │ ├─┬ debug@3.1.0 
 [INFO] │ │ └── ms@2.0.0 
-[INFO] │ ├─┬ doctrine@2.0.0 
-[INFO] │ │ └── isarray@1.0.0 
+[INFO] │ ├── doctrine@2.0.2 
 [INFO] │ ├─┬ eslint-scope@3.7.1 
 [INFO] │ │ └── esrecurse@4.2.0 
 [INFO] │ ├─┬ espree@3.5.2 
@@ -423,7 +422,6 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ │ ├── circular-json@0.3.3 
 [INFO] │ │ │ ├─┬ del@2.2.2 
 [INFO] │ │ │ │ ├─┬ globby@5.0.0 
-[INFO] │ │ │ │ │ ├── arrify@1.0.1 
 [INFO] │ │ │ │ │ └── pify@2.3.0 
 [INFO] │ │ │ │ ├── is-path-cwd@1.0.0 
 [INFO] │ │ │ │ ├── is-path-in-cwd@1.0.0 
@@ -431,7 +429,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ │ └── write@0.2.1 
 [INFO] │ │ └── object-assign@4.1.1 
 [INFO] │ ├── functional-red-black-tree@1.0.1 
-[INFO] │ ├── globals@9.18.0 
+[INFO] │ ├── globals@11.0.1 
 [INFO] │ ├── ignore@3.3.7 
 [INFO] │ ├── imurmurhash@0.1.4 
 [INFO] │ ├─┬ inquirer@3.0.6 
@@ -444,7 +442,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ │   └── onetime@2.0.1 
 [INFO] │ │ ├── cli-width@2.2.0 
 [INFO] │ │ ├─┬ external-editor@2.1.0 
-[INFO] │ │ │ ├── chardet@0.4.0 
+[INFO] │ │ │ ├── chardet@0.4.2 
 [INFO] │ │ │ ├── iconv-lite@0.4.19 
 [INFO] │ │ │ └── tmp@0.0.33 
 [INFO] │ │ ├── figures@2.0.0 
@@ -491,7 +489,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ └── text-table@0.2.0 
 [INFO] ├─┬ eslint-plugin-compat@2.1.0 
 [INFO] │ ├── babel-runtime@6.26.0 
-[INFO] │ ├── caniuse-db@1.0.30000770 
+[INFO] │ ├── caniuse-db@1.0.30000772 
 [INFO] │ └── requireindex@1.1.0 
 [INFO] ├─┬ htmllint-cli@0.0.6 
 [INFO] │ ├── bluebird@3.5.1 
@@ -751,8 +749,6 @@ Build date: 2017-11-24 12:54:06
 [INFO] │   │   └─┬ string-width@1.0.2 
 [INFO] │   │     └── is-fullwidth-code-point@1.0.0 
 [INFO] │   ├─┬ configstore@3.1.1 
-[INFO] │   │ ├─┬ dot-prop@4.2.0 
-[INFO] │   │ │ └── is-obj@1.0.1 
 [INFO] │   │ ├─┬ unique-string@1.0.0 
 [INFO] │   │ │ └── crypto-random-string@1.0.0 
 [INFO] │   │ └── write-file-atomic@2.3.0 
@@ -802,7 +798,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] │   ├─┬ define-properties@1.1.2 
 [INFO] │   │ ├── foreach@2.0.5 
 [INFO] │   │ └── object-keys@1.0.11 
-[INFO] │   ├─┬ es-abstract@1.9.0 
+[INFO] │   ├─┬ es-abstract@1.10.0 
 [INFO] │   │ ├─┬ es-to-primitive@1.1.1 
 [INFO] │   │ │ ├── is-date-object@1.0.1 
 [INFO] │   │ │ └── is-symbol@1.0.1 
@@ -932,7 +928,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] ├─┬ shx@0.2.2 
 [INFO] │ ├── es6-object-assign@1.1.0 
 [INFO] │ └── minimist@1.2.0 
-[INFO] ├─┬ stylelint@8.2.0 
+[INFO] ├─┬ stylelint@8.3.1 
 [INFO] │ ├── balanced-match@1.0.0 
 [INFO] │ ├─┬ cosmiconfig@3.1.0 
 [INFO] │ │ ├── is-directory@0.3.1 
@@ -945,8 +941,10 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │   ├── is-regexp@1.0.0 
 [INFO] │ │   └── is-supported-regexp-flag@1.0.0 
 [INFO] │ ├── get-stdin@5.0.1 
-[INFO] │ ├─┬ globby@6.1.0 
-[INFO] │ │ └── pify@2.3.0 
+[INFO] │ ├─┬ globby@7.1.1 
+[INFO] │ │ └─┬ dir-glob@2.0.0 
+[INFO] │ │   ├── arrify@1.0.1 
+[INFO] │ │   └── path-type@3.0.0 
 [INFO] │ ├── globjoin@0.1.4 
 [INFO] │ ├── html-tags@2.0.0 
 [INFO] │ ├── known-css-properties@0.4.1 
@@ -961,11 +959,10 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │ │ │ └─┬ fill-range@2.2.3 
 [INFO] │ │ │ │   ├── is-number@2.1.0 
 [INFO] │ │ │ │   ├── isobject@2.1.0 
-[INFO] │ │ │ │   ├─┬ randomatic@1.1.7 
-[INFO] │ │ │ │   │ ├─┬ is-number@3.0.0 
-[INFO] │ │ │ │   │ │ └── kind-of@3.2.2 
-[INFO] │ │ │ │   │ └── kind-of@4.0.0 
-[INFO] │ │ │ │   └── repeat-string@1.6.1 
+[INFO] │ │ │ │   └─┬ randomatic@1.1.7 
+[INFO] │ │ │ │     ├─┬ is-number@3.0.0 
+[INFO] │ │ │ │     │ └── kind-of@3.2.2 
+[INFO] │ │ │ │     └── kind-of@4.0.0 
 [INFO] │ │ │ ├── preserve@0.2.0 
 [INFO] │ │ │ └── repeat-element@1.1.2 
 [INFO] │ │ ├─┬ expand-brackets@0.1.5 
@@ -988,6 +985,50 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ │     └── is-primitive@2.0.0 
 [INFO] │ ├── normalize-selector@0.2.0 
 [INFO] │ ├── pify@3.0.0 
+[INFO] │ ├─┬ postcss-html@0.11.0 
+[INFO] │ │ ├─┬ remark@8.0.0 
+[INFO] │ │ │ ├─┬ remark-parse@4.0.0 
+[INFO] │ │ │ │ ├── collapse-white-space@1.0.3 
+[INFO] │ │ │ │ ├── is-alphabetical@1.0.1 
+[INFO] │ │ │ │ ├── is-decimal@1.0.1 
+[INFO] │ │ │ │ ├── is-whitespace-character@1.0.1 
+[INFO] │ │ │ │ ├── is-word-character@1.0.1 
+[INFO] │ │ │ │ ├── markdown-escapes@1.0.1 
+[INFO] │ │ │ │ ├─┬ parse-entities@1.1.1 
+[INFO] │ │ │ │ │ ├── character-entities@1.2.1 
+[INFO] │ │ │ │ │ ├── character-entities-legacy@1.1.1 
+[INFO] │ │ │ │ │ ├── character-reference-invalid@1.1.1 
+[INFO] │ │ │ │ │ ├── is-alphanumerical@1.0.1 
+[INFO] │ │ │ │ │ └── is-hexadecimal@1.0.1 
+[INFO] │ │ │ │ ├── repeat-string@1.6.1 
+[INFO] │ │ │ │ ├── state-toggle@1.0.0 
+[INFO] │ │ │ │ ├── trim@0.0.1 
+[INFO] │ │ │ │ ├── trim-trailing-lines@1.1.0 
+[INFO] │ │ │ │ ├── unherit@1.1.0 
+[INFO] │ │ │ │ ├─┬ unist-util-remove-position@1.1.1 
+[INFO] │ │ │ │ │ └── unist-util-visit@1.2.0 
+[INFO] │ │ │ │ └── vfile-location@2.0.2 
+[INFO] │ │ │ ├─┬ remark-stringify@4.0.0 
+[INFO] │ │ │ │ ├── ccount@1.0.2 
+[INFO] │ │ │ │ ├── is-alphanumeric@1.0.0 
+[INFO] │ │ │ │ ├── longest-streak@2.0.2 
+[INFO] │ │ │ │ ├── markdown-table@1.1.1 
+[INFO] │ │ │ │ ├─┬ mdast-util-compact@1.0.1 
+[INFO] │ │ │ │ │ └─┬ unist-util-modify-children@1.1.1 
+[INFO] │ │ │ │ │   └── array-iterate@1.1.1 
+[INFO] │ │ │ │ └─┬ stringify-entities@1.3.1 
+[INFO] │ │ │ │   └── character-entities-html4@1.1.1 
+[INFO] │ │ │ └─┬ unified@6.1.6 
+[INFO] │ │ │   ├── bail@1.0.2 
+[INFO] │ │ │   ├── trough@1.0.1 
+[INFO] │ │ │   ├─┬ vfile@2.3.0 
+[INFO] │ │ │   │ ├── replace-ext@1.0.0 
+[INFO] │ │ │   │ ├── unist-util-stringify-position@1.1.1 
+[INFO] │ │ │   │ └── vfile-message@1.0.0 
+[INFO] │ │ │   ├── x-is-function@1.0.4 
+[INFO] │ │ │   └── x-is-string@0.1.0 
+[INFO] │ │ └─┬ unist-util-find-all-after@1.0.1 
+[INFO] │ │   └── unist-util-is@2.1.1 
 [INFO] │ ├─┬ postcss-less@1.1.3 
 [INFO] │ │ └─┬ postcss@5.2.18 
 [INFO] │ │   ├─┬ chalk@1.1.3 
@@ -999,9 +1040,11 @@ Build date: 2017-11-24 12:54:06
 [INFO] │ ├── postcss-media-query-parser@0.2.3 
 [INFO] │ ├── postcss-resolve-nested-selector@0.1.1 
 [INFO] │ ├── postcss-safe-parser@3.0.1 
+[INFO] │ ├── UNMET PEER DEPENDENCY postcss-sass@>=0.2.0
 [INFO] │ ├── postcss-scss@1.0.2 
-[INFO] │ ├─┬ postcss-selector-parser@2.2.3 
-[INFO] │ │ ├── flatten@1.0.2 
+[INFO] │ ├─┬ postcss-selector-parser@3.1.1 
+[INFO] │ │ ├─┬ dot-prop@4.2.0 
+[INFO] │ │ │ └── is-obj@1.0.1 
 [INFO] │ │ ├── indexes-of@1.0.1 
 [INFO] │ │ └── uniq@1.0.1 
 [INFO] │ ├── resolve-from@4.0.0 
@@ -1018,9 +1061,10 @@ Build date: 2017-11-24 12:54:06
 [INFO] ├── stylelint-config-standard@17.0.0 
 [INFO] ├─┬ stylelint-order@0.7.0 
 [INFO] │ └── postcss-sorting@3.1.0 
-[INFO] ├── stylelint-scss@2.1.0 
-[INFO] ├─┬ uglify-js@3.1.10 
-[INFO] │ ├── commander@2.11.0 
+[INFO] ├─┬ stylelint-scss@2.1.0 
+[INFO] │ └─┬ postcss-selector-parser@2.2.3 
+[INFO] │   └── flatten@1.0.2 
+[INFO] ├─┬ uglify-js@3.2.0 
 [INFO] │ └── source-map@0.6.1 
 [INFO] ├── vnu-jar@17.11.1 
 [INFO] └─┬ workbox-build@2.1.2 
@@ -1034,6 +1078,8 @@ Build date: 2017-11-24 12:54:06
 [INFO]   │ └── lodash.templatesettings@4.1.0 
 [INFO]   └── workbox-sw@2.1.2 
 [INFO] 
+[WARNING] npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed.
+[WARNING] npm WARN postcss-html@0.11.0 requires a peer of postcss-sass@>=0.2.0 but none was installed.
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #8: npm run css-compile) @ tobago-theme-standard ---
 [INFO] Running 'npm run css-compile' in __CURRENT__/tobago-theme-standard/target/bootstrap
@@ -1042,11 +1088,11 @@ Build date: 2017-11-24 12:54:06
 [INFO] > node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css
 [INFO] 
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote CSS to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap.css
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap.css.map
+[ERROR] Wrote CSS to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap.css
 [ERROR] Rendering Complete, saving .css file...
-[ERROR] Wrote CSS to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap-grid.css
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap-grid.css.map
+[ERROR] Wrote CSS to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap-grid.css
 [ERROR] Rendering Complete, saving .css file...
 [ERROR] Wrote CSS to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap-reboot.css
 [ERROR] Wrote Source Map to __CURRENT__/tobago-theme-standard/target/bootstrap/dist/css/bootstrap-reboot.css.map
@@ -1057,12 +1103,12 @@ Build date: 2017-11-24 12:54:06
 [INFO] > bootstrap@4.0.0-beta.2 css-prefix __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > postcss --config build/postcss.config.js --replace "dist/css/*.css"
 [INFO] 
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (993 ms)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.css (996 ms)
-[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (995 ms)
-[ERROR] ✔ Finished dist/css/bootstrap.min.css (997 ms)
-[ERROR] ✔ Finished dist/css/bootstrap.css (997 ms)
-[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (997 ms)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-grid.min.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.min.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap.min.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap.css (1.05 s)
+[ERROR] ✔ Finished dist/css/bootstrap-reboot.css (1.05 s)
 [INFO] 
 [INFO] --- frontend-maven-plugin:1.4:npm (step #10: npm run css-minify) @ tobago-theme-standard ---
 [INFO] Running 'npm run css-minify' in __CURRENT__/tobago-theme-standard/target/bootstrap
@@ -1090,21 +1136,21 @@ Build date: 2017-11-24 12:54:06
 [INFO] > npm-run-all --parallel js-compile-*
 [INFO] 
 [INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-standard/target/bootstrap
-[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
-[INFO] 
-[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
 [INFO] 
 [INFO] 
+[INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-standard/target/bootstrap
+[INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
+[INFO] 
+[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-plugins __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps
 [INFO] 
 [ERROR] 
-[ERROR] __CURRENT__/tobago-theme-standard/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
-[ERROR] 
 [ERROR] __CURRENT__/tobago-theme-standard/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
+[ERROR] 
+[ERROR] __CURRENT__/tobago-theme-standard/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
 [INFO] js/src/alert.js -> js/dist/alert.js
 [INFO] js/src/button.js -> js/dist/button.js
 [INFO] js/src/carousel.js -> js/dist/carousel.js
@@ -1117,22 +1163,22 @@ Build date: 2017-11-24 12:54:06
 [INFO] js/src/tab.js -> js/dist/tab.js
 [INFO] js/src/tooltip.js -> js/dist/tooltip.js
 [INFO] js/src/util.js -> js/dist/util.js
-[ERROR] created dist/js/bootstrap.js in 2.3s
-[ERROR] created dist/js/bootstrap.bundle.js in 2.5s
+[ERROR] created dist/js/bootstrap.js in 2.5s
+[ERROR] created dist/js/bootstrap.bundle.js in 2.7s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-standalone __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap
 [INFO] 
 [ERROR] 
 [ERROR] __CURRENT__/tobago-theme-standard/target/bootstrap/js/src/index.js → dist/js/bootstrap.js...
-[ERROR] created dist/js/bootstrap.js in 1.4s
+[ERROR] created dist/js/bootstrap.js in 1.5s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-bundle __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > cross-env ROLLUP=true rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap
 [INFO] 
 [ERROR] 
 [ERROR] __CURRENT__/tobago-theme-standard/target/bootstrap/js/src/index.js → dist/js/bootstrap.bundle.js...
-[ERROR] created dist/js/bootstrap.bundle.js in 1.6s
+[ERROR] created dist/js/bootstrap.bundle.js in 1.7s
 [INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-compile-plugins __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > cross-env PLUGINS=true babel js/src/ --out-dir js/dist/ --source-maps
@@ -1154,6 +1200,10 @@ Build date: 2017-11-24 12:54:06
 [INFO] > npm-run-all --parallel js-minify-*
 [INFO] 
 [INFO] 
+[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-standard/target/bootstrap
+[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
+[INFO] 
+[INFO] 
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-standalone __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map" --output dist/js/bootstrap.min.js dist/js/bootstrap.js
 [INFO] 
@@ -1161,10 +1211,6 @@ Build date: 2017-11-24 12:54:06
 [INFO] > bootstrap@4.0.0-beta.2 js-minify-bundle __CURRENT__/tobago-theme-standard/target/bootstrap
 [INFO] > uglifyjs --compress typeofs=false --mangle --comments "/^!/" --source-map "content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js
 [INFO] 
-[INFO] 
-[INFO] > bootstrap@4.0.0-beta.2 js-minify-docs __CURRENT__/tobago-theme-standard/target/bootstrap
-[INFO] > uglifyjs --mangle --comments "/^!/" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/src/application.js assets/js/src/pwa.js
-[INFO] 
 [ERROR] INFO: Using input source map: dist/js/bootstrap.js.map
 [ERROR] INFO: Using input source map: dist/js/bootstrap.bundle.js.map
 [INFO] 
@@ -1203,8 +1249,8 @@ Build date: 2017-11-24 12:54:06
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/tether/1.1.1/css/tether-theme-basic.min.css is younger than original, use 'force' option or clean your target
 [INFO] tether-theme-arrows-dark.min.css (4681b) -> tether-theme-arrows-dark.min.min.css (4681b)[100%]
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/tether/1.1.1/css/tether-theme-arrows.min.css is younger than original, use 'force' option or clean your target
-[INFO] bootstrap.min.css (145869b) -> bootstrap.min.min.css (145613b)[99%]
-[INFO] bootstrap.css (190500b) -> bootstrap.min.css (146039b)[76%]
+[INFO] bootstrap.min.css (145873b) -> bootstrap.min.min.css (145617b)[99%]
+[INFO] bootstrap.css (190504b) -> bootstrap.min.css (146043b)[76%]
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/font-awesome/4.7.0/css/font-awesome.min.css is younger than original, use 'force' option or clean your target
 [INFO] font-awesome.min.css (31000b) -> font-awesome.min.min.css (30990b)[99%]
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/bootstrap-datetimepicker/4.17.45/css/bootstrap-datetimepicker.min.css is younger than original, use 'force' option or clean your target
@@ -1221,7 +1267,7 @@ Build date: 2017-11-24 12:54:06
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css is younger than original, use 'force' option or clean your target
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/font-awesome/4.7.0/css/font-awesome.min.css is younger than original, use 'force' option or clean your target
 [INFO] nothing to do, __CURRENT__/tobago-theme-standard/target/classes/META-INF/resources/tobago/standard/font-awesome/4.7.0/css/font-awesome.min.min.css is younger than original, use 'force' option or clean your target
-[INFO] total input (385285b) -> output (340500b)[88%]
+[INFO] total input (385293b) -> output (340508b)[88%]
 [INFO] nb warnings: 0, nb errors: 0
 [INFO] 
 [INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ tobago-theme-standard ---
@@ -1256,7 +1302,7 @@ main:
  T E S T S
 -------------------------------------------------------
 Running org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
-Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec - in org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
+Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec - in org.apache.myfaces.tobago.renderkit.css.BootstrapClassUnitTest
 
 Results :
 
@@ -1275,7 +1321,7 @@ Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
 [INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 01:23 min
-[INFO] Finished at: 2017-11-24T12:55:31+01:00
+[INFO] Total time: 01:26 min
+[INFO] Finished at: 2017-11-27T10:11:09+01:00
 [INFO] Final Memory: 33M/112M
 [INFO] ------------------------------------------------------------------------
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css
index a752684..0c7ddde 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css
@@ -9350,7 +9350,7 @@ th.tobago-sheet-headerCell-markup-filler > .tobago-sheet-header {
 
 .twitter-typeahead .tt-open {
   /* for markup 'localMenu' - if suggest menu rendered directly on component - not in .tobago-page-menuStore */
-  width: 100%;
+  min-width: 100%;
 }
 
 .tt-empty {
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css.map b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css.map
index 0d17af9..e2007bb 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css.map
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.css.map
@@ -1 +1 @@
-{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
+{"version":3,"sources":["bootstrap.css","../../scss/bootstrap.scss","../../scss/_custom.scss","../../scss/_root.scss","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_gri [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css
index dbb7b32..674af49 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css
@@ -3,5 +3,5 @@
  * Copyright 2011-2017 The Bootstrap Authors
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
+ */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#343a40;--primary:#007bff;--secondary:#868e96;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-s [...]
 /*# sourceMappingURL=bootstrap.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css.map b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css.map
index a0bc7e5..886653c 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css.map
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/css/bootstrap.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
+{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_root.scss","../../scss/_print.scss","dist/css/bootstrap.css","../../scss/_reboot.scss","bootstrap.css","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/mixins/_transition.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_br [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/bootstrap.min.js b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/bootstrap.min.js
index 7708113..306541a 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/bootstrap.min.js
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/resources/tobago/standard/tobago-bootstrap/_version/js/bootstrap.min.js
@@ -3,5 +3,5 @@
   * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
-var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
+var bootstrap=function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}e=e&&e.hasOwnProperty("default")?e.default:e,n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){function t(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function n(t){var n=this,i=!1;return e(this).one(r.TRANSITION_END,function(){i=!0}),setTimeout(f [...]
 //# sourceMappingURL=bootstrap.min.js.map
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.