fix msx build and some changes

This commit is contained in:
YouROK
2021-09-20 17:36:17 +03:00
parent bb2993dbf4
commit c95bfa7e68
14 changed files with 83 additions and 177 deletions

View File

@@ -28,7 +28,6 @@ func main() {
run("rm", "-rf", srcGo+"template/pages")
run("cp", "-r", compileHtml, srcGo+"template/pages")
run("cp", "-r", "server/web/msx/pages", srcGo+"template/pages/msx")
files := make([]string, 0)