diff --git a/qt/ts/.gitignore b/qt/ts/.gitignore new file mode 100644 index 000000000..b83e8995b --- /dev/null +++ b/qt/ts/.gitignore @@ -0,0 +1 @@ +/css diff --git a/qt/ts/Makefile b/qt/ts/Makefile index 2883b87ca..cc644e0cb 100644 --- a/qt/ts/Makefile +++ b/qt/ts/Makefile @@ -23,7 +23,8 @@ all: check PHONY: build build: $(BIN)/tsc --build - $(BIN)/sass --no-source-map scss:../aqt_data/web + $(BIN)/sass --no-source-map scss:css + rsync -a css/ ../aqt_data/web/ .PHONY: check check: