This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/watch.sh

10 lines
132 B
Bash
Raw Normal View History

2015-11-30 23:10:03 +00:00
#!/bin/bash
if [ ! -d vendor/ ];
then
composer install
fi
2015-12-17 23:13:46 +00:00
rm -rf output_dev/
./vendor/bin/sculpin generate --server --watch