You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2018/12/05 08:01:32 UTC

[cordova-electron] 01/01: Merge pull request #4 from erisu/electron-improvements

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git

commit 1125ee5c9b7910ad12221061b172e29c6115208f
Merge: 3528b1d 2cdb5fb
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Dec 5 17:01:26 2018 +0900

    Merge pull request #4 from erisu/electron-improvements
    
    Electron Improvements

 .eslintrc.yml                                      |   19 +-
 .gitignore                                         |    5 +-
 .travis.yml                                        |   26 +-
 CONTRIBUTING.md                                    |   34 +-
 DOCUMENTATION.md                                   |  448 +++
 NOTICE                                             |    2 +-
 RELEASENOTES.md                                    |   34 +-
 appveyor.yml                                       |   12 +-
 bin/create                                         |   63 +-
 bin/create.bat                                     |    2 +-
 bin/lib/check_reqs.js                              |   26 -
 bin/lib/create.js                                  |   79 +-
 bin/lib/update.js                                  |   34 +-
 bin/template/cordova/Api.js                        |  528 ----
 bin/template/cordova/build                         |   34 -
 bin/template/cordova/clean                         |   36 -
 bin/template/cordova/defaults.xml                  |   22 -
 bin/template/cordova/lib/build.js                  |   36 -
 bin/template/cordova/lib/clean.js                  |   51 -
 bin/template/cordova/lib/run.js                    |   32 -
 bin/template/cordova/log                           |   20 -
 bin/template/cordova/parser.js                     |  120 -
 bin/template/cordova/run                           |   47 -
 bin/template/cordova/version                       |   25 -
 bin/template/main.js                               |   57 -
 bin/template/www/js/index.js                       |   49 -
 bin/templates/cordova/Api.js                       |  379 +++
 bin/templates/cordova/build                        |   39 +
 bin/{template => templates}/cordova/build.bat      |    6 +-
 bin/templates/cordova/clean                        |   40 +
 bin/{template => templates}/cordova/clean.bat      |    6 +-
 bin/templates/cordova/defaults.xml                 |   21 +
 bin/{template => templates}/cordova/handler.js     |   94 +-
 bin/templates/cordova/lib/build.js                 |  300 ++
 bin/templates/cordova/lib/build/base.json          |   15 +
 bin/templates/cordova/lib/build/darwin.json        |   22 +
 bin/templates/cordova/lib/build/linux.json         |   17 +
 bin/templates/cordova/lib/build/win32.json         |   15 +
 bin/templates/cordova/lib/check_reqs.js            |   22 +
 bin/templates/cordova/lib/clean.js                 |   46 +
 bin/templates/cordova/lib/prepare.js               |  221 ++
 bin/templates/cordova/lib/run.js                   |   30 +
 bin/templates/cordova/log                          |   22 +
 bin/templates/cordova/parser.js                    |  104 +
 bin/templates/cordova/run                          |   42 +
 bin/{template => templates}/cordova/run.bat        |    6 +-
 bin/templates/cordova/version                      |   32 +
 bin/{template => templates}/cordova/version.bat    |    6 +-
 bin/templates/project/config.xml                   |   22 +
 bin/templates/project/main.js                      |   76 +
 .../project}/www/css/index.css                     |   35 +-
 .../project}/www/img/logo.png                      |  Bin
 .../project}/www/img/splash.png                    |  Bin
 bin/{template => templates/project}/www/index.html |    4 +-
 bin/templates/project/www/js/index.js              |   49 +
 bin/update                                         |   31 +-
 bin/update.bat                                     |    2 +-
 cordova-js-src/confighelper.js                     |   78 +-
 cordova-js-src/exec.js                             |   71 +-
 cordova-js-src/platform.js                         |   43 +-
 cordova-lib/cordova.js                             | 2971 ++++++++++----------
 package.json                                       |   56 +-
 spec/.eslintrc.yml                                 |    2 -
 spec/projectApi.spec.js                            |  118 -
 bin/template/config.xml => tests/.eslintrc.yml     |   17 +-
 .../jasmine.json => tests/spec/coverage.json       |    9 +-
 spec/support/jasmine.json => tests/spec/unit.json  |    9 +-
 {spec => tests/spec/unit}/create.spec.js           |   94 +-
 {spec => tests/spec/unit}/handler.spec.js          |   48 +-
 tests/spec/unit/projectApi.spec.js                 |  115 +
 70 files changed, 4024 insertions(+), 3152 deletions(-)


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