send ACARS updates on replay

This commit is contained in:
Nabeel Shahzad
2017-12-25 19:23:58 -06:00
parent 9916444ca2
commit 32f96a1a42
2 changed files with 64 additions and 5 deletions

View File

@@ -69,6 +69,10 @@ test:
#php artisan database:create --reset
vendor/bin/phpunit --debug --verbose
.PHONY: replay-acars
replay-acars:
@php artisan phpvms:replay AAL10,AAL3113,BAW172,DAL988,FIN6,MSR986 --manual
.PHONY: sass-watch
sass-watch:
sass --watch public/assets/admin/sass/paper-dashboard.scss:public/assets/admin/css/paper-dashboard.css