Browse Source

Merge pull request '构建vuepages' (#3037) from fix-2915 into V20221019

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/3037
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
tags/v1.22.10.1^2
chenshihai 3 years ago
parent
commit
6f08efaad6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -85,7 +85,7 @@ LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(G

GO_PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations/migration-test,$(filter-out code.gitea.io/gitea/integrations,$(shell $(GO) list -mod=vendor ./... | grep -v /vendor/)))

WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f)
WEBPACK_SOURCES := $(shell find web_src/js web_src/less web_src/vuepages -type f)
WEBPACK_CONFIGS := webpack.config.js
WEBPACK_CONFIGS_TMP := webpack_temp.config.js
WEBPACK_CONFIGS_PRO := webpack_pro.config.js


Loading…
Cancel
Save