mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
add vue versions for cache issues
This commit is contained in:
Vendored
+1
-1
@@ -7,6 +7,6 @@
|
||||
]) !!};
|
||||
</script>
|
||||
<script src="{{ asset('js/vendor.js') }}" type="text/javascript"></script>
|
||||
<script src="{{asset('vue/app.js')}}"></script>
|
||||
<script src="{{mix('vue/app.js')}}"></script>
|
||||
<script src="{{ asset('js/site.js') }}" type="text/javascript"></script>
|
||||
{{--END VENDOR JS--}}
|
||||
Vendored
+1
-1
@@ -11,4 +11,4 @@ const mix = require('laravel-mix');
|
||||
|
|
||||
*/
|
||||
|
||||
mix.js('./resources/assets/vue/app.js', 'public/vue');
|
||||
mix.js('./resources/assets/vue/app.js', 'public/vue').version();
|
||||
|
||||
Reference in New Issue
Block a user