mirror of https://github.com/axmolengine/axmol.git
Merge pull request #13087 from natural-law/v3
[ci skip] Move web folder from js template folder to engine folder in Cocos Framework.
This commit is contained in:
commit
ff7d01376e
|
@ -32,6 +32,10 @@
|
||||||
"include": [
|
"include": [
|
||||||
"*.js"
|
"*.js"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": "web",
|
||||||
|
"to": "frameworks/cocos2d-html5"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -56,10 +56,6 @@
|
||||||
"runtime/*"
|
"runtime/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"from": "web",
|
|
||||||
"to": "js-template-binary/frameworks/cocos2d-html5"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": "tools/simulator/frameworks/runtime-src/Classes/ide-support",
|
"from": "tools/simulator/frameworks/runtime-src/Classes/ide-support",
|
||||||
"to": "lua-template-binary/frameworks/runtime-src/Classes/ide-support/",
|
"to": "lua-template-binary/frameworks/runtime-src/Classes/ide-support/",
|
||||||
|
|
Loading…
Reference in New Issue