freechat/freechat-client/Makefile
2019-11-27 17:45:26 -08:00

20 lines
236 B
Makefile

# Building primarily css here
sass=static/sass/
css=static/css/
all: build-sass
live: watch-sass run
build-sass:
sh scripts/build-sass.sh build
watch-sass:
sh scripts/build-sass.sh watch &
run:
npm start
clean:
rm -f $(css)/*