minoteaur/watch-css.sh
osmarks 0331628a1e add features, introduce bugs
Backlinks are tracked.
The client has a nice editor UI (somewhat) now and also drafts
File upload has been vaguely started on
2021-02-17 23:37:42 +00:00

2 lines
165 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