Skip to content

Commit d31a9c5

Browse files
silverwindzeripath
andauthored
Add public/img/svg to WEBPACK_DEST_ENTRIES (#11993)
Webpack outputs to this directory so it should be removed during cleanup. No backport needed. Co-authored-by: zeripath <[email protected]>
1 parent e24ee48 commit d31a9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GO_PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations/migration-test,$(fi
9191
WEBPACK_SOURCES := $(shell find web_src/js web_src/less -type f)
9292
WEBPACK_CONFIGS := webpack.config.js
9393
WEBPACK_DEST := public/js/index.js public/css/index.css
94-
WEBPACK_DEST_ENTRIES := public/js public/css public/fonts public/serviceworker.js
94+
WEBPACK_DEST_ENTRIES := public/js public/css public/fonts public/serviceworker.js public/img/svg
9595

9696
BINDATA_DEST := modules/public/bindata.go modules/options/bindata.go modules/templates/bindata.go
9797
BINDATA_HASH := $(addsuffix .hash,$(BINDATA_DEST))

0 commit comments

Comments
 (0)