mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
ensure folders exist
This commit is contained in:
parent
c8d425ada2
commit
7974c66515
1 changed files with 4 additions and 1 deletions
3
watch.sh
3
watch.sh
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
trap 'jobs -p | xargs kill' EXIT
|
trap 'jobs -p | xargs kill' EXIT
|
||||||
|
|
||||||
|
mkdir -p dist/css
|
||||||
|
mkdir -p dist/js
|
||||||
|
|
||||||
sass --watch scss:dist/css --sourcemap=none &
|
sass --watch scss:dist/css --sourcemap=none &
|
||||||
|
|
||||||
if [ $1 != "jeremyisbadatnode" ]; then
|
if [ $1 != "jeremyisbadatnode" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue