You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/03/02 18:41:49 UTC

[cordova-docs] branch janpio-quicker_dev_build created (now cd25c89)

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

janpio pushed a change to branch janpio-quicker_dev_build
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


      at cd25c89  use exclude/include to only build 3 languages in dev instead of using exclusion list that always has to be updated

This branch includes the following new commits:

     new cd25c89  use exclude/include to only build 3 languages in dev instead of using exclusion list that always has to be updated

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-docs] 01/01: use exclude/include to only build 3 languages in dev instead of using exclusion list that always has to be updated

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

janpio pushed a commit to branch janpio-quicker_dev_build
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit cd25c894c235b240214f303c91dd5301dfcd24ab
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 2 19:41:40 2018 +0100

    use exclude/include to only build 3 languages in dev instead of using exclusion list that always has to be updated
---
 conf/_dev.yml | 108 ++++------------------------------------------------------
 1 file changed, 7 insertions(+), 101 deletions(-)

diff --git a/conf/_dev.yml b/conf/_dev.yml
index 9a52aa2..75c77f8 100644
--- a/conf/_dev.yml
+++ b/conf/_dev.yml
@@ -1,107 +1,13 @@
 baseurl: ""
 default_linked_docs_version: dev
 destination: build-dev
+
 exclude:
     - static/css-src
     - static/plugins
-    - docs/de/3.1.0
-    - docs/de/3.4.0
-    - docs/de/3.5.0
-    - docs/de/5.4.0
-    - docs/de/6.x
-    - docs/de/dev
-    - docs/en/1.5.0
-    - docs/en/1.6.0
-    - docs/en/1.6.1
-    - docs/en/1.7.0
-    - docs/en/1.8.0
-    - docs/en/1.8.1
-    - docs/en/1.9.0
-    - docs/en/2.0.0
-    - docs/en/2.1.0
-    - docs/en/2.2.0
-    - docs/en/2.3.0
-    - docs/en/2.4.0
-    - docs/en/2.5.0
-    - docs/en/2.6.0
-    - docs/en/2.7.0
-    - docs/en/2.8.0
-    - docs/en/2.9.0
-    - docs/en/3.0.0
-    - docs/en/3.1.0
-    - docs/en/3.2.0
-    - docs/en/3.3.0
-    - docs/en/3.4.0
-    - docs/en/3.5.0
-    - docs/en/3.6.0
-    - docs/en/4.0.0
-    - docs/en/5.0.0
-    - docs/en/5.1.1
-    - docs/en/5.4.0
-    # - docs/en/6.x
-    # - docs/en/dev
-    - docs/es/3.1.0
-    - docs/es/3.4.0
-    - docs/es/3.5.0
-    - docs/es/5.4.0
-    - docs/es/6.x
-    - docs/es/dev
-    - docs/fr/3.1.0
-    - docs/fr/3.4.0
-    - docs/fr/3.5.0
-    - docs/fr/5.4.0
-    # - docs/fr/6.x
-    # - docs/fr/dev
-    - docs/it/3.1.0
-    - docs/it/3.4.0
-    - docs/it/3.5.0
-    - docs/it/5.4.0
-    - docs/it/6.x
-    - docs/it/dev
-    - docs/ja/1.7.0
-    - docs/ja/1.8.1
-    - docs/ja/1.9.0
-    - docs/ja/2.0.0
-    - docs/ja/2.1.0
-    - docs/ja/2.2.0
-    - docs/ja/3.1.0
-    - docs/ja/3.4.0
-    - docs/ja/3.5.0
-    - docs/ja/5.4.0
-    - docs/ja/6.x
-    - docs/ja/dev
-    - docs/ko/2.0.0
-    - docs/ko/3.1.0
-    - docs/ko/3.4.0
-    - docs/ko/3.5.0
-    - docs/ko/5.4.0
-    - docs/ko/6.x
-    - docs/ko/dev
-    - docs/pl/5.4.0
-    - docs/pl/6.x
-    - docs/pl/dev
-    - docs/ru/3.1.0
-    - docs/ru/3.4.0
-    - docs/ru/3.5.0
-    - docs/ru/5.0.0
-    - docs/ru/5.1.1
-    - docs/ru/5.4.0
-    # - docs/ru/6.x
-    # - docs/ru/dev
-    - docs/sl/3.4.0
-    - docs/sl/3.5.0
-    - docs/sl/5.4.0
-    - docs/sl/6.x
-    - docs/sl/dev
-    - docs/zh-cn/3.1.0
-    - docs/zh-cn/3.4.0
-    - docs/zh-cn/3.5.0
-    - docs/zh-cn/5.4.0
-    - docs/zh-cn/6.x
-    - docs/zh-cn/dev
-    - docs/zh-tw/3.1.0
-    - docs/zh-tw/3.4.0
-    - docs/zh-tw/3.5.0
-    - docs/zh-tw/5.4.0
-    - docs/zh-tw/6.x
-    - docs/zh-tw/dev
+    - docs/
+
+include:
+    - docs/en/dev
+    - docs/ru/dev
+    - docs/fr/dev
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org