Move navbar into a Vue component
This commit is contained in:
parent
b1fe8cadf2
commit
81faaa0380
10 changed files with 771 additions and 2152 deletions
|
@ -5,9 +5,8 @@ require('laravel-mix-tailwind');
|
|||
|
||||
mix.disableNotifications()
|
||||
.sass('assets/sass/app.sass', 'source/dist/css')
|
||||
.combine([
|
||||
'node_modules/jquery/dist/jquery.js',
|
||||
'node_modules/highlightjs/highlight.pack.js',
|
||||
.js([
|
||||
// 'node_modules/highlightjs/highlight.pack.js',
|
||||
'assets/js/app.js',
|
||||
], 'source/dist/js/all.js')
|
||||
.copyDirectory('node_modules/font-awesome/fonts', 'source/dist/fonts')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue