From ff7dbc22887a0105ac028774ce89f761208281c0 Mon Sep 17 00:00:00 2001 From: Nan Wang Date: Sat, 12 Dec 2015 11:03:53 +0800 Subject: [PATCH] remove compiling editor template jsb_polyfill from build engine. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index dbe371d1367..d07147dcb69 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -10,7 +10,7 @@ paths = { jsEntry: './index.js', JSBEntries: [ './jsb_predefine.js', - '../editor/static/build-templates/runtime/jsb_polyfill.js', + // '../editor/static/build-templates/runtime/jsb_polyfill.js', './extends.js' ], outDir: './bin',