Commit dda053af authored by rockyl's avatar rockyl

game.json 改为 project.json

parent eadcd3f6
{
"build-process": "egret"
}
{
"build-process": "egret",
"remote-path": "activity/{projectName}"
}
...@@ -5,13 +5,15 @@ exports.replaces = { ...@@ -5,13 +5,15 @@ exports.replaces = {
}, },
contentInFiles: [ contentInFiles: [
'index.html' 'index.html',
'project.json'
], ],
nameOfFiles: [ nameOfFiles: [
] ]
}; };
//收尾时删除的文件
exports.deletes = [ exports.deletes = [
'package.json', 'package.json',
'package-lock.json' 'package-lock.json'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment