custom: Improve templating of assets
This commit is contained in:
parent
7d0fb60d67
commit
b6bf0a8900
19 changed files with 516 additions and 432 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,9 @@ wdcli:
|
|||
go generate ./internal/dis/component/control/static/
|
||||
go build -o ./wdcli ./cmd/wdcli
|
||||
|
||||
deps:
|
||||
deps: internal/dis/component/control/static/node_modules
|
||||
|
||||
internal/dis/component/control/static/node_modules:
|
||||
cd internal/dis/component/control/static/ && yarn install
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue