Fix error reading scss;..\aqt_data\web: no such file or directory

Recently on my Windows, out of nowhere, it started throwing:
```
../../ts/node_modules/.bin/tsc --build
../../ts/node_modules/.bin/sass --no-source-map scss:..\\aqt_data\\web
Error reading scss;..\aqt_data\web: no such file or directory.
make: *** [Makefile:26: build] Error 66
```
This commit is contained in:
evandrocoan 2020-08-20 21:51:04 -03:00
parent 75e721f4ad
commit 5c0dfa69a4
2 changed files with 3 additions and 1 deletions

1
qt/ts/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/css

View file

@ -23,7 +23,8 @@ all: check
PHONY: build PHONY: build
build: build:
$(BIN)/tsc --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 .PHONY: check
check: check: