Migrate to use Yarn instead of Bower for frontend dependencies

This commit is contained in:
Bernd Bestel
2018-07-08 21:36:07 +02:00
parent c58083f84a
commit eca299454b
12 changed files with 173 additions and 51 deletions

View File

@@ -5,7 +5,7 @@
@section('viewJsName', 'batteriesoverview')
@push('pageScripts')
<script src="{{ $U('/bower_components/jquery-ui/jquery-ui.min.js?v=', true) }}{{ $version }}"></script>
<script src="{{ $U('/node_modules/jquery-ui-dist/jquery-ui.min.js?v=', true) }}{{ $version }}"></script>
@endpush
@section('content')