mirror of https://github.com/axmolengine/axmol.git
Remove the cocos2d-html5 when creating js project by cocos new.
This commit is contained in:
parent
43b5983abe
commit
4ccf18f414
|
@ -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":{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"frameRate" : 60,
|
||||
"id" : "gameCanvas",
|
||||
"renderMode" : 0,
|
||||
"engineDir":"frameworks/cocos2d-html5",
|
||||
"engineDir":"frameworks/cocos2d-x/web",
|
||||
|
||||
"modules" : ["cocos2d"],
|
||||
|
||||
|
|
Loading…
Reference in New Issue