mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-28 21:55:00 +00:00
fix(assets): generate assets on build time
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
5a4c4f4ab2
commit
af09b019ed
10 changed files with 1 additions and 1344 deletions
2
Makefile
2
Makefile
|
@ -338,7 +338,7 @@ rebuild: ## Rebuilds the project
|
|||
$(MAKE) -C sources/go-tiny-dream clean
|
||||
$(MAKE) build
|
||||
|
||||
prepare: prepare-sources $(OPTIONAL_TARGETS)
|
||||
prepare: prepare-sources gen-assets $(OPTIONAL_TARGETS)
|
||||
|
||||
clean: ## Remove build related file
|
||||
$(GOCMD) clean -cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue