Pārlūkot izejas kodu

Update build script to reflect new static paths

Kailash Nadh 5 gadi atpakaļ
vecāks
revīzija
ad9ee7528d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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