Remove the cocos2d-html5 when creating js project by cocos new.

This commit is contained in:
Bin Zhang 2015-05-19 14:55:04 +08:00
parent 43b5983abe
commit 4ccf18f414
2 changed files with 1 additions and 11 deletions

View File

@ -2,16 +2,6 @@
"do_default":{
"exclude_from_template":[
"frameworks/runtime-src"
],
"append_h5_engine":{
"from":"web",
"to":"frameworks/cocos2d-html5"
},
"append_file":[
{
"from":"web/jsb_apis.js",
"to":"frameworks/cocos2d-html5/jsb_apis.js"
}
]
},
"do_add_native_support":{

View File

@ -6,7 +6,7 @@
"frameRate" : 60,
"id" : "gameCanvas",
"renderMode" : 0,
"engineDir":"frameworks/cocos2d-html5",
"engineDir":"frameworks/cocos2d-x/web",
"modules" : ["cocos2d"],