forked from apache/incubator-weex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [all] restore android merge to dev
- Loading branch information
Showing
1,153 changed files
with
38,108 additions
and
12,218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Scripts | ||
|
||
There are several scripts for end-user and developer. | ||
|
||
## For end-user | ||
|
||
**clean `*.js` in `examples/build` and `test/build` folders** | ||
```shell | ||
npm run clean | ||
``` | ||
|
||
**create `.we` file(run `npm run create -- -h` for help)** | ||
```shell | ||
npm run create -- [name] -o [directory] | ||
``` | ||
|
||
**transform `*.we` in `examples` and `test` folders** | ||
```shell | ||
npm run transform | ||
``` | ||
|
||
**npm run clean && npm run transform** | ||
```shell | ||
npm run dev | ||
``` | ||
|
||
**run a file server at `12580` port** | ||
```shell | ||
npm run serve | ||
``` | ||
|
||
**run a watcher for `*.we` changed** | ||
```shell | ||
npm run watch | ||
``` | ||
|
||
## For SDK Developer | ||
|
||
**build js-framework and h5-render** | ||
```shell | ||
npm run build | ||
``` | ||
|
||
**run test under js-framework and h5-render** | ||
```shell | ||
npm run ci | ||
``` | ||
|
||
**copy the built files to `playground`** | ||
```shell | ||
npm run copy | ||
``` |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified
0
android/playground/app/src/androidTest/java/com/alibaba/weex/ApplicationTest.java
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/com/alibaba/weex/util/ViewUtil.java → ...dTest/java/com/alibaba/weex/ViewUtil.java
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.alibaba.weex.util; | ||
package com.alibaba.weex; | ||
|
||
import android.app.Activity; | ||
import android.view.View; | ||
|
Empty file modified
0
android/playground/app/src/androidTest/java/com/alibaba/weex/WeappJsBaseTestCase.java
100755 → 100644
Empty file.
Oops, something went wrong.