Merge pull request #742 from evandroforks/fix_ts_sass
Fix error reading scss;..\aqt_data\web: no such file or directory
This commit is contained in:
commit
e346533b7a
1
qt/ts/.gitignore
vendored
Normal file
1
qt/ts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/css
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user