Skip to content

Commit

Permalink
Readd ajax.js to webpack mix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioalmeida committed Apr 24, 2018
1 parent 7c60589 commit ba1dd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let mix = require('laravel-mix');
mix.sass('resources/assets/sass/app.scss', 'public/css').scripts([
'resources/assets/js/fontawesome-all.min.js',
'resources/assets/js/summernote.js',
'resources/assets/js/ajax.js',
'resources/assets/js/script.js',
'resources/assets/js/searchbar.js',
'resources/assets/js/offcanvas.js',
Expand Down

0 comments on commit ba1dd14

Please sign in to comment.