You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/08/17 03:59:39 UTC

[22/43] incubator-weex git commit: * [jsfm] publish js runtime / legacy / vanilla frameworks

* [jsfm] publish js runtime / legacy / vanilla frameworks


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/41c78774
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/41c78774
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/41c78774

Branch: refs/heads/0.16-dev
Commit: 41c787747aeedae52a08e761172b280bc814f67d
Parents: 479d770
Author: Hanks <zh...@gmail.com>
Authored: Tue Aug 8 12:11:38 2017 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Tue Aug 8 12:11:38 2017 +0800

----------------------------------------------------------------------
 build/config.js                              |   6 +-
 packages/weex-js-runtime/index.js            | 871 +++++++++++-----------
 packages/weex-js-runtime/index.min.js        |   2 +-
 packages/weex-js-runtime/package.json        |   2 +-
 packages/weex-legacy-framework/index.js      |  23 +-
 packages/weex-legacy-framework/index.min.js  |   2 +-
 packages/weex-legacy-framework/package.json  |   2 +-
 packages/weex-vanilla-framework/.npmignore   |   4 +
 packages/weex-vanilla-framework/index.js     |   3 +-
 packages/weex-vanilla-framework/package.json |   2 +-
 10 files changed, 459 insertions(+), 458 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/41c78774/build/config.js
----------------------------------------------------------------------
diff --git a/build/config.js b/build/config.js
index cf112f5..7510e89 100644
--- a/build/config.js
+++ b/build/config.js
@@ -53,7 +53,7 @@ const configs = {
     moduleName: 'WeexRuntime',
     entry: absolute('html5/runtime/index.js'),
     dest: absolute('packages/weex-js-runtime/index.js'),
-    banner: `/* 'WEEX JS RUNTIME ${subversion.framework}, Build ${now()}. */\n\n`
+    banner: `/* WEEX JS RUNTIME ${subversion.framework}, Build ${now()}. */\n\n`
       + frameworkBanner,
     format: 'umd',
     plugins: [
@@ -67,7 +67,7 @@ const configs = {
     moduleName: 'WeexLegacyFramework',
     entry: absolute('html5/frameworks/legacy/index.js'),
     dest: absolute('packages/weex-legacy-framework/index.js'),
-    banner: `/* 'WEEX VANILLA FRAMEWORK ${subversion.framework}, Build ${now()}. */\n`,
+    banner: `/* Weex Legacy Framework ${subversion.framework}, Build ${now()}. */\n`,
     format: 'umd',
     plugins: [
       nodeResolve({
@@ -80,7 +80,7 @@ const configs = {
     moduleName: 'WeexVanillaFramework',
     entry: absolute('html5/frameworks/vanilla/index.js'),
     dest: absolute('packages/weex-vanilla-framework/index.js'),
-    banner: `/* 'Weex Vanilla Framework ${subversion.framework}, Build ${now()}. */\n`,
+    banner: `/* Weex Vanilla Framework ${subversion.framework}, Build ${now()}. */\n`,
     format: 'umd',
     plugins: [
       nodeResolve({