From c8ff43133fca579284a6dacb0a6b329ed441bc76 Mon Sep 17 00:00:00 2001 From: zhangbin Date: Wed, 29 Jul 2015 17:22:26 +0800 Subject: [PATCH] Move web folder from js template folder to engine folder in Cocos Framework. --- .../js-template-runtime/cocos-project-template.json | 4 ++++ tools/framework-compile/bin/template_binary_config.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/framework-compile/bin-templates/js-template-runtime/cocos-project-template.json b/tools/framework-compile/bin-templates/js-template-runtime/cocos-project-template.json index b21b2215db..24f391b94f 100755 --- a/tools/framework-compile/bin-templates/js-template-runtime/cocos-project-template.json +++ b/tools/framework-compile/bin-templates/js-template-runtime/cocos-project-template.json @@ -32,6 +32,10 @@ "include": [ "*.js" ] + }, + { + "from": "web", + "to": "frameworks/cocos2d-html5" } ] }, diff --git a/tools/framework-compile/bin/template_binary_config.json b/tools/framework-compile/bin/template_binary_config.json index 02fd876cf2..8b3bd3182b 100755 --- a/tools/framework-compile/bin/template_binary_config.json +++ b/tools/framework-compile/bin/template_binary_config.json @@ -56,10 +56,6 @@ "runtime/*" ] }, - { - "from": "web", - "to": "js-template-binary/frameworks/cocos2d-html5" - }, { "from": "tools/simulator/frameworks/runtime-src/Classes/ide-support", "to": "lua-template-binary/frameworks/runtime-src/Classes/ide-support/",