Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Oct 25, 2020
1 parent 80b27c9 commit 557bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

</div></avored-layout>
</div>
@if(env('APP_ENV') === 'testing' && false)
@if(env('APP_ENV') === 'testing' && file_exists(public_path('mix-manifest.json')))
<script src="{{ mix('/vendor/avored/js/avored.js') }}"></script>
@push('scripts')
<script src="{{ mix('/vendor/avored/js/app.js') }}"></script>
Expand Down

0 comments on commit 557bd38

Please sign in to comment.