GitHub user Hanks10100 opened a pull request:
https://github.com/apache/incubator-weex/pull/1199
[WEEX-397][jsfm] Support building js framework files in build_from_source.sh
Notable changes:
+ Build js framework files to the `dist` path, not `pre-build`.
+ Modify the `build_from_source.sh` to copy the correct js framework files
to the `pre-build` folder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Hanks10100/incubator-weex
jsfm-feature-build-script
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1199.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1199
----
commit f8e7fe8fea9582b815893b7ff361bae4f1bbc4f1
Author: Hanks <zhanghan.me@...>
Date: 2018-05-23T08:47:44Z
* [jsfm] update build script of js framework
----
---