Skip to content

Commit

Permalink
Merge pull request #167 from avored/developed
Browse files Browse the repository at this point in the history
Developed
  • Loading branch information
indpurvesh committed Dec 21, 2020
2 parents 3d5556b + 1ce4fd6 commit 19358f1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 16,350 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/js/app.js.LICENSE.txt
@@ -1,7 +1,7 @@
/*!
* Chart.js v2.9.3
* Chart.js v2.9.4
* https://www.chartjs.org
* (c) 2019 Chart.js Contributors
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/

Expand All @@ -12,13 +12,13 @@
*/

/*!
* vue-i18n v8.22.0
* vue-i18n v8.22.2
* (c) 2020 kazuya kawaguchi
* Released under the MIT License.
*/

/*!
* vuex v3.5.1
* vuex v3.6.0
* (c) 2020 Evan You
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/avored.js

Large diffs are not rendered by default.

9,103 changes: 0 additions & 9,103 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions resources/views/layouts/app.blade.php
Expand Up @@ -51,11 +51,11 @@
</div>
@if(env('APP_ENV') === 'testing' && file_exists(public_path('mix-manifest.json')))
<script src="{{ mix('/vendor/avored/js/avored.js') }}"></script>
@push('scripts')
@stack('scripts')
<script src="{{ mix('/vendor/avored/js/app.js') }}"></script>
@else
<script src="{{ route('admin.script', 'avored.avored.js') }}"></script>
@push('scripts')
@stack('scripts')
<script src="{{ route('admin.script', 'avored.app.js') }}"></script>
@endif

Expand Down
8 changes: 4 additions & 4 deletions webpack.mix.js
Expand Up @@ -29,17 +29,17 @@ require('laravel-mix-alias')
}


// let publicPath = '../../../public'
let publicPath = 'dist/'
let publicPath = '../../../public'
// let publicPath = 'dist/'

mix.setPublicPath(publicPath)



mix.alias({'@': 'resources/js'})

// filePath = 'vendor/avored/'
let filePath = ''
filePath = 'vendo r/avored/'
// let filePath = ''

/******** AVORED ADMIN JS **********/

Expand Down
7,235 changes: 0 additions & 7,235 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 19358f1

Please sign in to comment.