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/",