|
@@ -0,0 +1,68 @@
|
|
|
+{
|
|
|
+ "copyFilesFilter": [
|
|
|
+ "../bin/**/*.*"
|
|
|
+ ],
|
|
|
+ "openDataZone": false,
|
|
|
+ "compressJson": true,
|
|
|
+ "compressJsonFilter": [
|
|
|
+ "$basePath/**/*.{json,atlas}"
|
|
|
+ ],
|
|
|
+ "compressJsonNoteList": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "compressImage": true,
|
|
|
+ "compressImageFilter": [
|
|
|
+ "$basePath/**/*.{png,jpg}"
|
|
|
+ ],
|
|
|
+ "compressImageNoteList": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "compressJs": true,
|
|
|
+ "compressJsFilter": [
|
|
|
+ "$basePath/**/*.js"
|
|
|
+ ],
|
|
|
+ "compressJsNoteList": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "version": false,
|
|
|
+ "versionFilter": [
|
|
|
+ "$basePath/**/*.*",
|
|
|
+ "!$basePath/*.html",
|
|
|
+ "!$basePath/{version.json,game.js,game.json,project.config.json,weapp-adapter.js,project.swan.json,swan-game-adapter.js,main.js,gameConfig.json}",
|
|
|
+ "!$basePath/layaforqq/**/*.*"
|
|
|
+ ],
|
|
|
+ "versionNoteList": [
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ "",
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "exclude": false,
|
|
|
+ "excludeFilter": [
|
|
|
+ "!$basePath/res/**/*.*"
|
|
|
+ ],
|
|
|
+ "vexcludeNoteList": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "packfile": false,
|
|
|
+ "packfileFilter": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "packfileFullValue": [
|
|
|
+ "$basePath/**/*.*",
|
|
|
+ "$basePath/game.js",
|
|
|
+ "$basePath/game.json",
|
|
|
+ "$basePath/project.config.json",
|
|
|
+ "$basePath/weapp-adapter.js"
|
|
|
+ ],
|
|
|
+ "packfileTargetValue": "",
|
|
|
+ "packfileNoteList": [
|
|
|
+ ""
|
|
|
+ ],
|
|
|
+ "clearReleaseDir": true,
|
|
|
+ "compile": true,
|
|
|
+ "forceCompile": false,
|
|
|
+ "onlyIndexJS": true,
|
|
|
+ "projectType": "ts",
|
|
|
+ "pubTime": 1578846986577
|
|
|
+}
|