asset cleanup
This commit is contained in:
8
resources/js/admin/app.js
Normal file
8
resources/js/admin/app.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Admin stuff needed
|
||||
*/
|
||||
|
||||
require('./../bootstrap');
|
||||
|
||||
// Import the mapping function
|
||||
window.phpvms.map = require('../maps/index');
|
||||
5
resources/js/installer/app.js
Normal file
5
resources/js/installer/app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Admin stuff needed
|
||||
*/
|
||||
|
||||
require('./../bootstrap');
|
||||
@@ -78,9 +78,9 @@
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
|
||||
{{-- Start of the required tags block. Don't remove these or things will break!! --}}
|
||||
<script src="{{ public_asset('/js/frontend/manifest.js') }}"></script>
|
||||
<script src="{{ public_asset('/js/frontend/vendor.js') }}"></script>
|
||||
<script src="{{ public_asset('/js/frontend/app.js') }}"></script>
|
||||
<script src="{{ public_asset('/assets/frontend/js/manifest.js') }}"></script>
|
||||
<script src="{{ public_asset('/assets/frontend/js/vendor.js') }}"></script>
|
||||
<script src="{{ public_asset('/assets/frontend/js/app.js') }}"></script>
|
||||
|
||||
@yield('scripts')
|
||||
{{-- End the required tags block --}}
|
||||
|
||||
Reference in New Issue
Block a user