
Here is How I call my scripts file in html page but it doesn't load jequry.js or some other scripts correctly
<script src="/js/admin/jquery/jquery.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$.widget.bridge('uibutton', $.ui.button)
</script>
<!-- Bootstrap 4 -->
<!-- AdminLTE App -->
<script src="/js/admin/adminlte.js"></script>
<script src="/js/admin/jquery.js"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="/js/admin/dashboard.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="/js/admin/demo.js"></script>
<script src="/js/app.js"></script>