File size: 91 Bytes
18a9c33
 
 
 
1
2
3
4
5
#!/bin/bash

fswatch -o dist/*.js | xargs -n 1 './post-compile.sh' &
php -S localhost:8000