You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by lu...@apache.org on 2019/04/10 06:33:54 UTC

[incubator-weex] branch master updated: * [Android] Add weex-main-jsfrm.js and weex-rax-api.js to gitignore, as it is copied from prebuild/ directory now. (#2297)

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

luckychen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 83bc0b2  * [Android] Add weex-main-jsfrm.js and weex-rax-api.js to gitignore, as it is copied from prebuild/ directory now. (#2297)
83bc0b2 is described below

commit 83bc0b2f6ed243722cacb396fc8c6a4b474b1148
Author: YorkShen <sh...@gmail.com>
AuthorDate: Wed Apr 10 14:33:50 2019 +0800

    * [Android] Add weex-main-jsfrm.js and weex-rax-api.js to gitignore, as it is copied from prebuild/ directory now. (#2297)
---
 android/sdk/.gitignore               | 2 ++
 android/sdk/assets/weex-main-jsfm.js | 2 --
 android/sdk/assets/weex-rax-api.js   | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/android/sdk/.gitignore b/android/sdk/.gitignore
index 9c18c2d..4e5bda9 100755
--- a/android/sdk/.gitignore
+++ b/android/sdk/.gitignore
@@ -13,4 +13,6 @@ gen
 lint.xml
 project.properties
 assets/main.js
+assets/weex-main-jsfm.js
+assets/weex-rax-api.js
 .externalNativeBuild
diff --git a/android/sdk/assets/weex-main-jsfm.js b/android/sdk/assets/weex-main-jsfm.js
deleted file mode 100644
index c35bc57..0000000
--- a/android/sdk/assets/weex-main-jsfm.js
+++ /dev/null
@@ -1,2 +0,0 @@
-(this.nativeLog||function(e){console.log(e)})("Start JS Framework 0.29.5, Build at 2019-03-13 10:52. (Vue: 2.5.16-weex.5, Rax: 0.4.20)");var global=this,process={env:{}},setTimeout=global.setTimeout;!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(0,function(){"use strict";var t,c,r,l;function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e,t){return e(t={ex [...]
-//# sourceMappingURL=weex-js-framework.min.js.map
diff --git a/android/sdk/assets/weex-rax-api.js b/android/sdk/assets/weex-rax-api.js
deleted file mode 100644
index 54c6fd7..0000000
--- a/android/sdk/assets/weex-rax-api.js
+++ /dev/null
@@ -1,2 +0,0 @@
-console.log("Prepare Rax APIs 0.4.14, Build at 2018-08-23 10:22.");var global=this,process={env:{}};!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(0,function(){"use strict";var e,t,n=(function(e){e.exports=function(n){var r={};function o(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}return o.m=n,o.c=r,o.d=function(e,t,n){o.o(e,t)||Obje [...]
-//# sourceMappingURL=weex-rax-api.min.js.map