Skip to content

Commit

Permalink
Merge pull request #15 from Ortimis/master
Browse files Browse the repository at this point in the history
Laravel-Mix Bug Fix for Windows Environment
  • Loading branch information
Alecaddd authored Apr 7, 2018
2 parents b894098 + e82b139 commit 99ca2f8
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 99ca2f8

Please sign in to comment.