Skip to content

Commit 57168d1

Browse files
committed
made aw-webui a submodule
1 parent 2f06202 commit 57168d1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "aw-webui"]
2+
path = aw-webui
3+
url = https://github.com/ActivityWatch/aw-webui.git

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pip_install_args := --editable $(pip_install_args)
77
endif
88

99
build:
10+
make --directory=aw-webui build DEV=$(DEV)
11+
cp -r aw-webui/dist/* aw_server/static/
1012
pip3 install $(pip_install_args)
1113

1214
install:
@@ -25,3 +27,4 @@ package:
2527
clean:
2628
rm -rf build dist
2729
rm -rf aw_server/__pycache__
30+
make --directory=aw-webui clean

aw-webui

Submodule aw-webui added at e14cb61

0 commit comments

Comments
 (0)