Files
xenotime/watch-css.sh
2021-04-25 13:35:51 +01:00

2 lines
167 B
Bash
Executable File

#!/bin/sh
npx sass --watch -s compressed src/style.sass:static/style.css # & npx esbuild --bundle src/client.js --outfile=static/client.js --sourcemap --minify --watch