doggydog-3d / supervisor.sh
Julien Chaumond
Export {.fbx,.dae} from Maya (model from Amine)
04cab88
raw
history blame contribute delete
109 Bytes
#!/bin/bash
./post-compile.sh
fswatch -o dist/*.js | xargs -n 1 './post-compile.sh' &
php -S localhost:8000