Remove mix() for now

This commit is contained in:
Deon George
2019-07-03 17:16:46 +10:00
parent 6d876f2c94
commit 1efdfca55f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!-- REQUIRED JS SCRIPTS -->
<!-- JQuery and bootstrap are required by Laravel 5.7 in resources/js/bootstrap.js-->
<!-- Laravel App -->
<script src="{{ url(mix('/js/app.js')) }}" type="text/javascript"></script>
<script src="{{ asset('/js/app.js') }}" type="text/javascript"></script>
<!-- AdminLTE -->
<script src="{{ asset('/js/adminlte.min.js') }}"></script>