|
@@ -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/))) |
|
|
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 := webpack.config.js |
|
|
WEBPACK_CONFIGS_TMP := webpack_temp.config.js |
|
|
WEBPACK_CONFIGS_TMP := webpack_temp.config.js |
|
|
WEBPACK_CONFIGS_PRO := webpack_pro.config.js |
|
|
WEBPACK_CONFIGS_PRO := webpack_pro.config.js |
|
|