File size: 109 Bytes
18a9c33
 
11526b7
18a9c33
 
1
2
3
4
5
6
#!/bin/bash

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