2 lines
167 B
Bash
Executable File
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 |