瀏覽代碼

Update build script to reflect new static paths

Kailash Nadh 5 年之前
父節點
當前提交
ad9ee7528d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@ VERSION := $(shell git describe)
 BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))
 
 BIN := listmonk
-STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend
+STATIC := config.toml.sample schema.sql queries.sql static/public:/public static/email-templates frontend/build:/frontend
 
 # Dependencies.
 .PHONY: deps