Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev ae69e1e8d -> 4b5672d76


* [jsfm] remove framework banner in weex-js-runtime


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

Branch: refs/heads/0.16-dev
Commit: 3fd956be7e6e53e8aed70b603fc598383995de6c
Parents: abdfac9
Author: Hanks <zhanghan...@gmail.com>
Authored: Wed Sep 20 19:12:27 2017 +0800
Committer: Hanks <zhanghan...@gmail.com>
Committed: Wed Sep 20 19:12:27 2017 +0800

----------------------------------------------------------------------
 build/config.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3fd956be/build/config.js
----------------------------------------------------------------------
diff --git a/build/config.js b/build/config.js
index a863919..82afbf5 100644
--- a/build/config.js
+++ b/build/config.js
@@ -53,8 +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`
-      + frameworkBanner,
+    banner: `/* WEEX JS RUNTIME ${subversion.framework}, Build ${now()}. 
*/\n\n`,
     format: 'umd',
     plugins: [
       nodeResolve({

Reply via email to