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
|
||||
|
||||
mkdir -p dist/css
|
||||
mkdir -p dist/js
|
||||
|
||||
sass --watch scss:dist/css --sourcemap=none &
|
||||
|
||||
if [ $1 != "jeremyisbadatnode" ]; then
|
||||
|
|
Loading…
Reference in a new issue