Skip to content

Commit af09b01

Browse files
committed
fix(assets): generate assets on build time
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 5a4c4f4 commit af09b01

File tree

10 files changed

+1
-1344
lines changed

10 files changed

+1
-1344
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ rebuild: ## Rebuilds the project
338338
$(MAKE) -C sources/go-tiny-dream clean
339339
$(MAKE) build
340340

341-
prepare: prepare-sources $(OPTIONAL_TARGETS)
341+
prepare: prepare-sources gen-assets $(OPTIONAL_TARGETS)
342342

343343
clean: ## Remove build related file
344344
$(GOCMD) clean -cache

core/http/static/assets/alpine.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

core/http/static/assets/highlightjs.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

core/http/static/assets/highlightjs.js

Lines changed: 0 additions & 1207 deletions
This file was deleted.

core/http/static/assets/htmx.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

core/http/static/assets/marked.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

core/http/static/assets/purify.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

core/http/static/assets/tailwindcss.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

core/http/static/assets/tw-elements.css

Lines changed: 0 additions & 18 deletions
This file was deleted.

core/http/static/assets/tw-elements.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)