Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortimis authored Apr 6, 2018
1 parent b894098 commit e82b139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ mix.autoload({
'jquery': ['jQuery', '$']
});

mix.setPublicPath('./');

// Compile assets
mix.js( 'assets/src/scripts/app.js', 'assets/dist/js' )
.js( 'assets/src/scripts/admin.js', 'assets/dist/js' )
Expand Down

0 comments on commit e82b139

Please sign in to comment.