freechat/freechat-client/Makefile

20 lines
240 B
Makefile

# Building primarily css here
sass=static/sass/
css=static/css/
all: build-sass run
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)/*