[jsfm] Refactor the build script and entry files of js framework (#1010)
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/af653123 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/af653123 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/af653123 Branch: refs/heads/master Commit: af65312388d3bc46aecc80fe88e7bc19b1e1fa0d Parents: 1f1dc67 b4194ac Author: Hanks <[email protected]> Authored: Tue Feb 6 19:13:27 2018 +0800 Committer: Hanks <[email protected]> Committed: Tue Feb 6 19:13:27 2018 +0800 ---------------------------------------------------------------------- build/build.js | 6 ++-- build/config.js | 37 ++++++++++++++++--------- package.json | 8 ++++-- runtime/api/init.js | 11 ++++++++ runtime/entries/env.js | 27 ++++++++++++++++++ runtime/entries/index.js | 2 ++ runtime/entries/legacy.js | 23 +++++++++++++++ runtime/entries/setup.js | 3 -- runtime/frameworks/legacy/app/ctrl/init.js | 5 +--- runtime/frameworks/legacy/app/ctrl/misc.js | 6 ++-- runtime/shared/index.js | 20 +++++++------ 11 files changed, 110 insertions(+), 38 deletions(-) ----------------------------------------------------------------------
