You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/09/25 16:06:43 UTC

[myfaces-tobago] 01/02: lint - code style

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

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

commit c9a21dcbadc10155b625b7747eb78ec46d74e744
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Sep 25 17:57:22 2019 +0200

    lint - code style
    
    issue: TOBAGO-1633: TS refactoring
---
 tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json | 2 ++
 tobago-theme/tobago-theme-roxborough/src/main/npm/package.json     | 2 ++
 tobago-theme/tobago-theme-scarborough/src/main/npm/package.json    | 2 ++
 tobago-theme/tobago-theme-speyside/src/main/npm/package.json       | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json b/tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json
index 3833826..dd738a3 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json
@@ -23,6 +23,8 @@
     "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tobago-theme.scss css/tobago.css",
     "css-prefix": "postcss --config postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
     "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/tobago.min.css css/tobago.css",
+    "ts": "npm-run-all --parallel ts-lint ts-compile",
+    "ts-lint": "echo 'Skipping'",
     "ts-compile": "echo 'Skipping'",
     "js-transpile": "echo 'Skipping'",
     "js-minify": "echo 'Skipping'",
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/npm/package.json b/tobago-theme/tobago-theme-roxborough/src/main/npm/package.json
index b990c2f..c554546 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-roxborough/src/main/npm/package.json
@@ -23,6 +23,8 @@
     "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tobago-theme.scss css/tobago.css",
     "css-prefix": "postcss --config postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
     "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/tobago.min.css css/tobago.css",
+    "ts": "npm-run-all --parallel ts-lint ts-compile",
+    "ts-lint": "echo 'Skipping'",
     "ts-compile": "echo 'Skipping'",
     "js-transpile": "echo 'Skipping'",
     "js-minify": "echo 'Skipping'",
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/npm/package.json b/tobago-theme/tobago-theme-scarborough/src/main/npm/package.json
index ad64932..778d74f 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-scarborough/src/main/npm/package.json
@@ -23,6 +23,8 @@
     "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tobago-theme.scss css/tobago.css",
     "css-prefix": "postcss --config postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
     "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/tobago.min.css css/tobago.css",
+    "ts": "npm-run-all --parallel ts-lint ts-compile",
+    "ts-lint": "echo 'Skipping'",
     "ts-compile": "echo 'Skipping'",
     "js-transpile": "echo 'Skipping'",
     "js-minify": "echo 'Skipping'",
diff --git a/tobago-theme/tobago-theme-speyside/src/main/npm/package.json b/tobago-theme/tobago-theme-speyside/src/main/npm/package.json
index 45bf8c6..b504c42 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-speyside/src/main/npm/package.json
@@ -23,6 +23,8 @@
     "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tobago-theme.scss css/tobago.css",
     "css-prefix": "postcss --config postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
     "css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/tobago.min.css css/tobago.css",
+    "ts": "npm-run-all --parallel ts-lint ts-compile",
+    "ts-lint": "echo 'Skipping'",
     "ts-compile": "echo 'Skipping'",
     "js-transpile": "echo 'Skipping'",
     "js-minify": "echo 'Skipping'",