http://docs.cocos.com/creator/manual/zh/publish/custom-project-build-template.html
这样如果当前构建的平台是 web-mobile 的话,那么 build-templates/web-mobile/index.html 就会在构建后被拷贝到 build/web-mobile/index.html。
我试了一下,如果自己定制的话,cocos creator只会简单的把文件复制过去。这样的话,html里的路径是不正确的。如果想定制模板和md5这两个同时使用应该如何处理?