Extended cleanup scripts.

This commit is contained in:
James Cole 2014-09-13 06:29:53 +02:00
parent 114ad7f292
commit af28e6e7b9
2 changed files with 3 additions and 22 deletions

View File

@ -1,25 +1,4 @@
#!/bin/bash
composer self-update
php artisan migrate:refresh --seed --env=local
rm -f ./app/storage/debugbar/*.json
rm -f ./app/storage/logs/laravel.log
rm -f ./app/storage/meta/services.json
for i in `seq 0 9`;
do
rm -f ./app/storage/views/$i*
done
rm -f ./app/storage/views/a*
rm -f ./app/storage/views/b*
rm -f ./app/storage/views/c*
rm -f ./app/storage/views/d*
rm -f ./app/storage/views/e*
rm -f ./app/storage/views/f*
composer update
php artisan clear-compiled --env=local
php artisan ide-helper:generate --env=local
php artisan ide-helper:models --env=local --write
php artisan optimize --env=local
php artisan dump-autoload --env=local
./ide-helper.sh

View File

@ -1,6 +1,8 @@
#!/bin/bash
#composer self-update
rm -f ./app/storage/firefly-iii-import-*.json
rm -f ./app/storage/debugbar/*.json
rm -f ./app/storage/logs/laravel.log
rm -f ./app/storage/meta/services.json