Skip to content

Commit

Permalink
Modify make command
Browse files Browse the repository at this point in the history
  • Loading branch information
himuil committed Jan 9, 2018
1 parent ff5efee commit 870f9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/commands/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var CompileEgretEngine = (function () {
var excludeList = [
FileUtil.escapePath(path.join(outputDir, "promise")),
FileUtil.escapePath(path.join(outputDir, "resourcemanager")),
FileUtil.escapePath(path.join(outputDir, "assetsmanager")),
FileUtil.escapePath(path.join(outputDir, "egret3d")),
FileUtil.escapePath(path.join(outputDir, "egret-wasm")),
FileUtil.escapePath(path.join(outputDir, "eui-wasm")),
Expand Down
1 change: 1 addition & 0 deletions tools/commands/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CompileEgretEngine implements egret.Command {
let excludeList = [
FileUtil.escapePath(path.join(outputDir, "promise")),
FileUtil.escapePath(path.join(outputDir, "resourcemanager")),
FileUtil.escapePath(path.join(outputDir, "assetsmanager")),
FileUtil.escapePath(path.join(outputDir, "egret3d")),
FileUtil.escapePath(path.join(outputDir, "egret-wasm")),
FileUtil.escapePath(path.join(outputDir, "eui-wasm")),
Expand Down

0 comments on commit 870f9e9

Please sign in to comment.