web3d / supervisor.sh
Julien Chaumond
[PITA] Setup decent dev workflow
18a9c33
raw
history blame
91 Bytes
#!/bin/bash
fswatch -o dist/*.js | xargs -n 1 './post-compile.sh' &
php -S localhost:8000