定制项目构建模板
build-templates 目录,里面按照平台路径划分子目录,然后里面的所有文件在构建结束后都会自动按照对应的目录结构复制到构建出的工程里。
结构类似:
project-folder |--assets |--build |--build-templates |--web-mobile |--index.html |--jsb-binary |--main.js |--jsb-default |--main.js
web-mobile 的话,那么 build-templates/web-mobile/index.html 就会在构建后被拷贝到 build/web-mobile/index.html。
