Remove mix() for now

This commit is contained in:
Deon George 2019-07-03 17:16:46 +10:00
parent 6d876f2c94
commit 1efdfca55f
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"igaster/laravel-theme": "^2.0",
"igaster/laravel-theme": "^2.0.12",
"acacha/user": "^0.2.2",
"creativeorange/gravatar": "^1.0",
"orchestra/asset": "^3.6"

View File

@ -1,5 +1,5 @@
<!-- Compiled app javascript -->
<script src="{{ url (mix('/js/app.js')) }}"></script>
<script src="{{ asset('/js/app.js') }}"></script>
<!-- iCheck -->
<script src="{{ asset('/plugin/iCheck/icheck.min.js') }}"></script>

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>