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:
pandamicro 2015-07-29 17:51:39 +08:00
commit ff7d01376e
2 changed files with 4 additions and 4 deletions

View File

@ -32,6 +32,10 @@
"include": [
"*.js"
]
},
{
"from": "web",
"to": "frameworks/cocos2d-html5"
}
]
},

View File

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